MountainGuerra Posted January 19, 2021 Share Posted January 19, 2021 (edited) 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! Edited January 19, 2021 by MountainGuerra Beyondspace 1 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); } tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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? Beyondspace 1 Link to comment
Solution Beyondspace Posted January 20, 2021 Solution 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) Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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
Create an account or sign in to comment
You need to be a member in order to leave a comment