Lazy Load Exclude issue
-
Hey There,
I’ve been trying to disable lazy load for featured images, so I tried adding the no-lazy to the img tag. However, the image is still being lazy loaded. I tried a bunch of settings but I couldn’t get it to work properly. Can you please help me so that the featured image is not lazy loaded?
I’ve added these in the exclude words:
no-lazy
no-lazy=
no-lazy=””
no-lazy=”yes”And this is the code used to output the featured image:
<?php the_post_thumbnail('full', array( 'style' => 'position:absolute; top:0; left:0; width:100%;', 'alt' => ''. $featured_image_alt .'', 'no-lazy' => '' )); ?>This is still being added to the featured image ‘loading=”lazy”‘ despite having the no-lazy. Thanks a lot for you help.
The page I need help with: [log in to see the link]
The topic ‘Lazy Load Exclude issue’ is closed to new replies.