hi i love the over lay effect you get on masonary gallery, is there any way to apply this to a still image?
My site im developing at http://176.32.230.26/warringtonsmileclinic.co.uk/
I’d like it when I hover on one of the 4 image boxs. If not can I lay them out with masonary gallery and still have the 4 columns of text align up that are below each one?
Hi codecreative!
Thank you for using Enfold.
You can try this:
.avia-image-container-inner:hover img {
-webkit-transform: scale(1.05,1.05);
-moz-transform: scale(1.05,1.05);
transform: scale(1.05,1.05);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
Regards,
Ismael