Ruinir Posted October 26, 2023 Share Posted October 26, 2023 Hello, Im curious if there is code I can use, or a way to make a image expand and get larger when you hover over it? Link to comment
tuanphan Posted October 29, 2023 Share Posted October 29, 2023 Hi, We can use CSS transform scale, if you share link to page where you use image, we can check easier Ruinir 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Ruinir Posted October 30, 2023 Author Share Posted October 30, 2023 https://projektdyad.squarespace.com/general-guides Pw TestMe1 I want each of the mount images to expand on hover Link to comment
Ruinir Posted November 2, 2023 Author Share Posted November 2, 2023 Any actions that can help @tuanphan Thanks 🙂 Link to comment
tuanphan Posted November 4, 2023 Share Posted November 4, 2023 You can add this to Website > Website Tools (under Not Linked) > Custom CSS .fe-64a86383ffdcaf06f427d284 .image-block:hover img { transform: scale(1.5); transition: all 0.3s; } img { transition: all 0.3s; } .fe-64a86383ffdcaf06f427d284 div { overflow: visible !important; width: 100% !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Ruinir Posted November 14, 2023 Author Share Posted November 14, 2023 Hello! Thanks for this, So one issue, its only working on one page, not on all the pages, is there a way to fix this @tuanphan Link to comment
tuanphan Posted November 18, 2023 Share Posted November 18, 2023 With all page, use this .image-block:hover img { transform: scale(1.5); transition: all 0.3s; } img { transition: all 0.3s; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment