Hi,
We have a image gallery in About us page from the grocery demo
the page can be accessed at
https://prabhushriram.transilience.tech/about-us-2/
The images are currently laid out in a masonry grid with 3 images.
We would like to add a hover animation
we tried adding
.woodmart-gallery-item:hover {
//transform: matrix(1, 0, 0, 1, 0, 0);
transform: scale(1.5);
overflow:hidden;
width:268px;
}
to the custom css, but the image always overflows. Please guide us how we can have a smooth animation since there is no option to add a custom css to each image from the elementor customization