MountainGuerra Posted January 19, 2021 Share Posted January 19, 2021 Site URL: https://naviguerra.com/963327201704 Hello, I have never posted to one of these forums but I am looking for some help. I have two separate slideshow:reel image sets on the page I linked above that I would like to add some custom css too. I have already added code to include gaps between the thumbnail images, however I would now like to add additional code so that the images enlarge slightly when a user hovers their cursor over the images. Is this possible and if so any help would be appreciated, thanks! Link to comment
Beyondspace Posted January 19, 2021 Share Posted January 19, 2021 40 minutes ago, MountainGuerra said: Site URL: https://naviguerra.com/963327201704 Hello, I have never posted to one of these forums but I am looking for some help. I have two separate slideshow:reel image sets on the page I linked above that I would like to add some custom css too. I have already added code to include gaps between the thumbnail images, however I would now like to add additional code so that the images enlarge slightly when a user hovers their cursor over the images. Is this possible and if so any help would be appreciated, thanks! Could you try this css .gallery-reel-item img { transition: transform 0.7s; } .gallery-reel-item:hover img { transform: scale(1.35); } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
MountainGuerra Posted January 19, 2021 Author Share Posted January 19, 2021 1 hour ago, bangank36 said: Could you try this css .gallery-reel-item img { transition: transform 0.7s; } .gallery-reel-item:hover img { transform: scale(1.35); } Hi, yes so I already tried that code and it wasn't working, and I didn't realize why. The issue is actually that the reel items I am trying to enlarge have links to other pages within them, and that code will not work while the image is linked, but works fine without links, any thoughts on how to work around this? Link to comment
Beyondspace Posted January 20, 2021 Share Posted January 20, 2021 7 hours ago, MountainGuerra said: Hi, yes so I already tried that code and it wasn't working, and I didn't realize why. The issue is actually that the reel items I am trying to enlarge have links to other pages within them, and that code will not work while the image is linked, but works fine without links, any thoughts on how to work around this? It worked well in my screen, and it is different to your current code Projects — Navi Guerra and 6 more pages - Personal - Microsoft Edge Beta (gyazo.com) BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
MountainGuerra Posted January 20, 2021 Author Share Posted January 20, 2021 17 hours ago, bangank36 said: It worked well in my screen, and it is different to your current code Projects — Navi Guerra and 6 more pages - Personal - Microsoft Edge Beta (gyazo.com) Ah I didn't see you had the hover and img switched in the definition of your code, that fixed it, thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.