• 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 name

    selector-image-1, 
    selector-image-2

    i can use
    .selector-image-* > img

    Need help

    • This topic was modified 5 years, 8 months ago by abhifurniterus. Reason: add code text

    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.