Get the real width and height of an image with JavaScript? (in Safari/Chrome)

后端 未结 30 2363
傲寒
傲寒 2020-11-22 01:16

I am creating a jQuery plugin.

How do I get the real image width and height with Javascript in Safari?

The following works with Firefox 3, IE7 and Opera 9:

30条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-22 01:50

    There is now a jQuery plugin, event.special.load, to deal with cases where the load event on a cached image doesn't fire: http://github.com/peol/jquery.imgloaded/raw/master/ahpi.imgload.js

提交回复
热议问题