kwerling Posted August 26 Share Posted August 26 On my homepage, I have a grid of 12 images with text below them. I'd love to have each of those 12 images zoom in slightly within their frame when you hover over them with your mouse. How can I do this for those 12 images specifically? Beyondspace 1 Link to comment
Beyondspace Posted August 27 Share Posted August 27 9 hours ago, kwerling said: On my homepage, I have a grid of 12 images with text below them. I'd love to have each of those 12 images zoom in slightly within their frame when you hover over them with your mouse. How can I do this for those 12 images specifically? We can use css for the slightly zoom on hover, would you mind to share your site URL so we can give the correct code? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
kwerling Posted August 27 Author Share Posted August 27 Sure! Here it is: https://www.kwerling.com/ Beyondspace 1 Link to comment
Solution tuanphan Posted August 30 Solution Share Posted August 30 On 8/27/2024 at 9:19 PM, kwerling said: Sure! Here it is: https://www.kwerling.com/ You can use this to Website Tools > Custom CSS div#block-yui_3_17_2_1_1724623804126_145091+.row, div#block-yui_3_17_2_1_1724188718356_151219+.row, div#block-yui_3_17_2_1_1724188718356_53889+.row, div#block-yui_3_17_2_1_1724188718356_31130+.row { a.sqs-block-image-link { border: none !important; } a.sqs-block-image-link:hover img { transform: scale(1.3); transition: all 0.3s; } a.sqs-block-image-link 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
kwerling Posted Tuesday at 12:22 AM Author Share Posted Tuesday at 12:22 AM @tuanphan That worked perfectly, thank you so much! 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