• Resolved cagsmith

    (@cagsmith)


    Simple question (hopefully) – is it possible to disable image lazy loading just on one specific page? Or, failing that, is it possible to disable image lazy loading on specific CSS classes (or children of those element classes?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    I believe this tip would be helpful for you

    View post on imgur.com

    I believe you can either use a specific URI to the images you don’t want to be lazy loaded.

    or just add the attribute data-no-lazy="1"
    Best regards,

    Thread Starter cagsmith

    (@cagsmith)

    Unfortunately not – the images are constantly being updated (it’s a featured post widget on the homepage) so it’s not going to work to manually set the image name every time a new post is published, nor is it possible to add the attribute since the post is output there by a widget.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    If it’s coming out of widget, you can modify in widget code to add attribute.

    Best regards,

    Thread Starter cagsmith

    (@cagsmith)

    That isn’t at all helpful but ok – from what I understand, my original request is not possible. Ok, thanks anyway.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disabling lazy loading per page or per class’ is closed to new replies.