Skip image for being lazy load
-
can i skip image for being loaded with lazy load, with css selector point to html code
<div class='selector-image'> <img src='image.jpg'/> </div>
with skip class
.selector-image > img
or if i have multiple class with nameselector-image-1, selector-image-2
i can use
.selector-image-* > img
Need help
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Skip image for being lazy load’ is closed to new replies.