Ruinir Posted October 26 Share Posted October 26 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 Share Posted October 29 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Ruinir Posted October 30 Author Share Posted October 30 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 Author Share Posted November 2 Any actions that can help @tuanphan Thanks 🙂 Link to comment
tuanphan Posted November 4 Share Posted November 4 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Ruinir Posted November 14 Author Share Posted November 14 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 Share Posted November 18 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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