Zoom on Hover!

Posted in: Newspaper
Post count: 1

How do I apply to ‘zoom on hover’ to images in the Homepage Latest Articles? I dont see any options for this in the settings for this section. I hope someone can help.

Post count: 35449

Hi,

There is no option of zoom on latest articles, in order to do that you’ll need to use some custom css; please add the below custom code in Newspaper>Theme panel>Custom code >Custom css
.td-pb-article-list .td-module-image:hover {
transform: scale(1.04);
}
.td-pb-article-list .td-module-image {
transition: all 0.2s ease;
}

-> https://www.screencast.com/t/bnsrEqtZ
See the results
https://www.screencast.com/t/0YWiEQAfSQ

Thanks.

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