• Resolved Anonymous User 16052280

    (@anonymized-16052280)


    Hi Florian,

    Short question here: does disable-lazyload work in a picture tag?

    A structure like this does not work on my side, images are still lazyloaded:

    <picture>
      <source media="(min-width:650px)" srcset="img_pink_flowers.jpg">
      <source media="(min-width:465px)" srcset="img_white_flower.jpg">
      <img class="disable-lazyload" src="img_orange_flowers.jpg" alt="Flowers" style="width:auto;">
    </picture>

    Thank you,
    Andrei

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Picture tag’ is closed to new replies.