Get image dimensions with Javascript before image has fully loaded

后端 未结 3 1043
孤街浪徒
孤街浪徒 2020-11-28 05:48

I\'ve read about various kinds of ways getting image dimensions once an image has fully loaded, but would it be possible to get the dimensions of any image once it just star

3条回答
  •  萌比男神i
    2020-11-28 06:27

    The following code returns width/height as soon as it's available. For testing change abc123 in image source to any random string to prevent caching.

    There is a JSFiddle Demo as well.

提交回复
热议问题