JQuery plugin for image zooming [图片点击放大效果]

发表于 : 2024-06-19   · CC BY-NC-SA 4.0 ·   669 人浏览

ZOOM.JS

jQuery plugin for image zooming;

给 HTML <img> 标签 添加 data-action="zoom" 属性

data-action="zoom"

<img src="img/blog_post_featured.png" data-action="zoom">

我的 Demo

Why

It's the best way to zoom an image. It transitions/zooms in really smoothly, and then when you're done, scrolls away, [esc] keys away, clicks away… clean af.

If you hold your meta key ( on mac) or (ctrl on windows), it will open in a new tab. wow.

ps. use a data-original attr to link to a separate image. Just for meta-clicking tho.

jQuery zoom ZOOM.JS jQuery plugin 图片点击放大效果