开发者

How to do image zoom out and zoom in with cursor attribute?

开发者 https://www.devze.com 2023-02-09 14:21 出处:网络
I have a scenario of opening an image in a new window. There i need to add zoom in and zoom out option for the images which are all big.

I have a scenario of opening an image in a new window. There i need to add zoom in and zoom out option for the images which are all big.

Here is one example. I want to know, how they are do开发者_开发知识库ing zoom in and zoom out.

Thanks!


It's just an image, there's no magic. Any zoom function you may see there is a feature of your browser.


if you want to do a "custom" zoom in/out, you could use some JS to set the zoom css prop i.e.:

http://www.jsfiddle.net/steweb/65FH5/

0

精彩评论

暂无评论...
验证码 换一张
取 消