Tagged: blog Hover Effect
Hi,
In this website https://techleap-design.nl/techleap/test-12/ I use the Hover Effect to “slightly zoom in” on the Images.
I really would like to use this Hover Effect to “slightly zoom in” also on the blog and related article images, Is this possible?
thank’s
Best regards,
Ariane
Hey ariane1001,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.slide-entry-wrap a:hover img {
animation: zoom 2s;
animation-fill-mode: forwards;
}
@keyframes zoom {
to {
transform: scale(1.2)
}
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Hi Mike,
Thanks a lot! It works like a charm. 5 stars!
Best regards,
Ariane