Product image "bounces" when zoom icons selected

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

Product image "bounces" when zoom icons selected

Post by norman »

This problem seems to be SD 2013 specific where you're using Internet Explorer and have multiple products on the page.

If the product image "bounces" when zoom icons are selected then try this fix:

Go to Design / Library / layouts / Zoom Image Layout / Magic Zoom Support.
Look for the line:

Code: Select all

.mzp-ptab		{}
Immediately below it add:

Code: Select all

.mzp-ptab td	{width:auto !important;}		/* override SD to help IE */
Permanent fix now in Magic Zoom Plus 2.19.

Kudos to Perblaco for determining what was going on.
Norman
Post Reply