How to disable lazy load on article's featured image

Posted in: Newspaper
Post count: 27

Is there any way? Because when I disable lazy load in template settings, its still enabled on article featured image. Disabling works on general images in article or pages, but not featured. Using Style7 for posts but its same on other styles too.

Post count: 20688

Hi,

Post style 7 uses a simple opacity transition for the featured image, like this
https://www.screencast.com/t/Mo5mO6vDhQh
If you would like to cancel that transition you could use a code like this

.single_template_7 .post .td-backstretch {
transition:none;
}

Thanks

Post count: 27

Thanks it works!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.