Adaptive Delivery - Selective lazy loading

I’m following the steps to take advantage of Adaptive Delivery on my business website. I’ve set the images to be lazy loaded in the JS file in the head of my HTML as instructed. But what if I don’t want the hero image above the fold to be lazy loaded? It would help prevent a cumulative layout shift if the image above the fold is loaded immediately. Thanks!

Hi @Nick_Jensen, thanks for the question! Unfortunately, Blinkloader doesn’t have an option to disable lazy loading for specific images. You might want to exclude the hero image from the adaptive delivery workflow by removing the data-blink-src attribute from it and adding an srcset to keep it responsive.