Tagged: grid image, portfolio grid
Hello!
I would like zoom effect on portfolio grid image but I have problem with the image container. The image overflow the container.
How can I solve this?
.no-overlay-here .image-overlay {
visibility: hidden !important;
}
.zoom-grid .grid-image:hover {
-webkit-transform: scale(1.15,1.15);
transform: scale(1.15,1.15);
}
Please help me, thank you
Best regards,
Peter