Fix for magnifier being constrained on mobile devices.

Integration of Magic Zoom Plus from http://www.magictoolbox.com with Actinic.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Fix for magnifier being constrained on mobile devices.

Post by norman »

If viewing a product on a small-screen mobile device, Magic Zoom Plus switches to displaying a magnified area around the bit of the main image you touch. If the magnified image is being clipped to only show within the product layout border then the following should fix this:-

Go to Design / Library / Layouts / Zoom Image Layout / Magic Zoom Styles
Scroll to the bottom and add a new line:

Code: Select all

#product-page-body form {overflow: visible !important;}
OK out and update the site.

P.S. Phone / tablet based web-browsers don’t have many controls so it may be quite difficult to get yours to load a fresh copy of the updated pages.

You may need to try on a different phone (that hasn’t recently accessed your site) to see if it’s now working OK.
Norman
Post Reply