Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1419388

    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

    #1419392

    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

    #1419470

    Hi Mike,
    Thanks a lot! It works like a charm. 5 stars!
    Best regards,
    Ariane

    #1419482

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.