Jump to content

Enlarge Reel Thumbnail Image on Mouse Hover

Go to solution Solved by Beyondspace,

Recommended Posts

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 by MountainGuerra
Link to comment
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);
}

 

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 plugin
If 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
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
  • Solution
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 plugin
If 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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.