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

Annotation of /fenglin/js/imageszoom.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Sat Mar 1 09:01:40 2025 UTC (12 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.1: +1 -1 lines
Content type: text/javascript
Convert GB2312 to UTF-8

1 sysadm 1.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 sysadm 1.2 }

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