Home › Forums › Support › Lazy load feratured image with W3 and Autoptimize This topic has 5 replies, 2 voices, and was last updated 3 years, 6 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 22, 2022 at 7:10 am #2129047 Mattias Hi Read a lot of threads with similar question but none that can help me. I have both W3 and Autoptimize. Lazy load is turned off in setting for both. Still, my featured images loads lazy on desktop. What am I missing? Thanks! Matt February 22, 2022 at 7:44 am #2129101 DavidStaff Customer Support Hi there, WP 5.7 (?) added browser native lazy loading to images. It could be that ? If you can share a link to the site i can take a look . February 22, 2022 at 8:29 am #2129366 Mattias Thanks David, this page https://cruisetrail.com/best-ships-msc-cruises/ is one of many offenders… Thanks again Matt February 22, 2022 at 8:43 am #2129406 DavidStaff Customer Support That image does have the loading="lazy" attribute which is what WP adds. You can turn that off using this PHP Snippet: add_filter( 'wp_lazy_loading_enabled', '__return_false' ); February 22, 2022 at 9:06 am #2129435 Mattias Thanks, worked. Super! Time for me to look into creating a child theme. Thanks again, Mattias February 22, 2022 at 9:29 am #2129464 DavidStaff Customer Support Glad to be of help. INFO on Child Theme: https://docs.generatepress.com/article/using-child-theme/ Doc contains link to a blank starter child theme. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In