Lazy Loading-Exclude images by class does not work
-
Hello,
excluding images from lazy loading with filenames works fine.
But I want to exclude classes from lazy loading.
I would like to exclude the featured post image.
I have excluded .wp-post-image but it does not work.
The image is only visible when printing. But it is not displayed because it is lazy loaded. If lazy load is completely disabled (AO + WP) it is visible.
CSS:
@media print { .wp-post-image { display: block!important; } }
.wp-post-image {display:none}The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Lazy Loading-Exclude images by class does not work’ is closed to new replies.