• Resolved wingerter

    (@wingerter)


    WordPress starts my posts with a so called featured image. That’s like a huge header image or hero image – however you want to call it.

    This Image should never be loaded lazy. Can I do anything to prevent it from being lazyloaded? For example can I customize the template or add something in the function.php?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author WP Media

    (@wp_media)

    Hi @wingerter

    Simply add a data-no-lazy="1" property in you img tag.

    You can also use the filters rocket_lazyload_excluded_attributes or rocket_lazyload_excluded_src to exclude specific patterns.

    ?Let me know if you need any further assistance, I am happy to help.

    Best Regards
    Marko

Viewing 1 replies (of 1 total)
  • The topic ‘disable lazyload for featured images’ is closed to new replies.