/[LeafOK_CVS]/fenglin/js/imageszoom.js
ViewVC logotype

Contents of /fenglin/js/imageszoom.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Sat Apr 5 04:09:29 2025 UTC (11 months, 1 week ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
Content type: text/javascript
FILE REMOVED
Merge into img_adjust.js

1 function bbs_img_zoom(e, o)
2 {
3 var zoom = parseInt(o.style.zoom, 10) || 100;
4 zoom += event.wheelDelta / 12;
5 if (zoom > 0) o.style.zoom = zoom + '%';
6 return false;
7 }

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1