Page 1 of 1

Product image "bounces" when zoom icons selected

Posted: Tue Aug 13, 2013 9:15 am
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.