imagezoom and scrollbar with Safari
Posted: Wed 11. Oct 2006, 09:03
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:
to:
to fix this open /include/inc_js/imagezoom.js
and change line 41 from:
Code: Select all
window.resizeTo(w,h);
Code: Select all
window.resizeTo(w,h+1);