Disable for Specific image
-
How can i disable lazy loading with this type of code
<?php echo wp_kses( $thumbnail, array( 'img' => array( 'src' => array(), 'srcset' => array(), 'class' => array(), 'width' => array(), 'height' => array(), 'sizes' => array(), 'alt' => array() ) ) ); ?>
this post doen’t help me https://docs.wp-rocket.me/article/15-disabling-lazy-load-on-specific-images#image-class
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Disable for Specific image’ is closed to new replies.