Exlude image from lazy load by class names
-
Hi
This setting works well for an image that has a class, like:
<img class="myclass" ……
But what if I want to exclude images of a parent container?
<div class="mycontainer"> <img class="myclass" …… </div>
I tried to give:
.mycontainer .myclass
or
.mycontainer * .myclassBut it do not works.
Thanks
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Exlude image from lazy load by class names’ is closed to new replies.