imagezoom and scrollbar with Safari

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
gent
Posts: 163
Joined: Tue 16. Dec 2003, 13:51
Location: Berlin

imagezoom and scrollbar with Safari

Post 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);
Locked