By using Elementorforum.com’s services you agree to our Cookies Use and Data Transfer outside the EU.
We and our partners operate globally and use cookies, including for analytics, personalisation, ads and Newsletters.

  • Join the Best Wordpress and Elementor Support forum

    Provide or get advice on everything Elementor and Wordpress, ask questions, gain confirmation or just become apart of a friendly, like minded community who love Wordpress and Elementor


    Join us!

Background image hover effect - scale

nestinvas

nestinvas

New Member
Is there a way I can get a background image to scale up on hover? Like the ones here - wonderfullywild.co.uk
 
stapolin

stapolin

New Member
Is there a way I can get a background image to scale up on hover? Like the ones here - wonderfullywild.co.uk

Using css transform to scale on hover could work,.. something like this
Code:
.div:hover {
    transform: scale(1.2);
}
 
B

Blank Box Ltd

New Member
Hi nestinvas, this isn't a perfect solution but the gallery block allows you to add a zoom effect on hover, so you could use the gallery block and then use positioning to place it under another block with content in (such as text or buttons).
 

Latest Resources

Other Elementor Resources

elementor official
Top