How to Add Zoom in and Out Image on Hover Effect on All Post

Posted in: Newspaper
Post count: 14

How to Add Zoom in and Out Image on Hover Effect on All Post
http://floralsngifts.com/news/

Post count: 35449

Hi,

Unfortunately this can be done only with custom work.
If you want you can try this custom css
.td-module-thumb:hover img{
-ms-transform: scale(1.1); /* IE 9 */
-webkit-transform: scale(1.1); /* Safari 3-8 */
transform: scale(1.1);
transition: transform .3s;
}
.td-module-thumb img{
transition: transform .3s;
}

Thank you for your understanding.

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