skip to Main Content

WordPress Remove Lazy Load from Main Product Image

Need to prevent the main image on the product page from lazy loading. The main product image is loaded in 'woocommerce/single-product/product-image.php' It uses: wp_get_attachment_image( $attachment_id, $size, $icon, $attr ); to get the image. Inside the function above, there is: //…

VIEW QUESTION
Back To Top
Search