Page 1 of 1

imagezoom and scrollbar with Safari

Posted: Wed 11. Oct 2006, 09:03
by gent
if you use Safari (Mac OS X) and click on a Image to zoom via popup, then you will see scrollbars on Safari only. Firefox do not show scrollbars!

to fix this open /include/inc_js/imagezoom.js

and change line 41 from:

Code: Select all

window.resizeTo(w,h);
to:

Code: Select all

window.resizeTo(w,h+1);