• Is there a way to exclude some images from lazy loading? Especially above-the-fold stuff ( featured image, logo ).

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author Albert Peschar

    (@kiboit)

    Hi @jimmythumbtack,

    You can do that by explicitly adding loading=eager on the IMG tag:

    <img loading="eager" src="myimg.jpg">

    There is currently no other way to exclude images from lazy loading.

    –Albert

Viewing 1 replies (of 1 total)
  • The topic ‘Exclude Lazy load above the fold’ is closed to new replies.