Zoom image

Posted in: Newspaper
Post count: 17

Hi,

Can you tell me how to activate zoom image after hover whit mouse on my site, https://snipboard.io/dbUlEy.jpg
that option you have activated on your default site https://snipboard.io/wS4V1z.jpg

thanks

Post count: 18283

Hello !

That is possible on Big Grid Flex and Flex Blocks as you can see here: https://forum.tagdiv.com/topic/zoom-image/

Thank you !

Post count: 17

Please check link You send on last post

So it is only possible on that two blocks?

Post count: 17

I used Flex Blocks on my site

Post count: 18283

Hello !

Sorry for the mistake. Here is the correct link: https://www.screencast.com/t/4r1d9Hekpa

Thank you !

Post count: 17

I used Flex blocks as You say but i don’t see option you have
https://snipboard.io/VBkFGJ.jpg

Post count: 35449

Hi,

Indeed this option is only in Big Grid Flex, on Flex blocks you need to use a custom css to achieve a zoom like this one
.td-module-container:hover .td-thumb-css {
transform: scale3d(1.1, 1.1, 1);
-webkit-transform: scale3d(1.1, 1.1, 1);
}
.td-module-container .td-thumb-css, .td-module-container:hover .td-thumb-css {
transition: transform .5s ease;
}
.td-module-thumb {
overflow: hidden!important;
}

This will apply on all blocks from your website.
You need to set the code in theme panel> custom code> custom css.

Hope this will help you!
Thank you!

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