Open dalf opened 8 years ago
If there is no javascript, is it possible to load image that are normally lazy loaded ? Usually there is a data-*src attribute.
data-*src
Another case : some images are references as style="background-image: url("image.jpg");"
style="background-image: url("image.jpg");"
currently data-src is not supported, however style attribute values are parsed in CSS context, so the second example works
If there is no javascript, is it possible to load image that are normally lazy loaded ? Usually there is a
data-*src
attribute.Another case : some images are references as
style="background-image: url("image.jpg");"