Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Check which image is loaded when using srcset and picture element Reply To: Check which image is loaded when using srcset and picture element

#267345
Shikkediel
Participant

Very generally, you could use the onload event of the image and check its src attribute with JS.

https://stackoverflow.com/a/34366168/3168107