Jump to content

Quick view of the next photo on hover - store page

Recommended Posts

Hi guys!

Is it possible that when hovering over the product on the store page, the photo did not increase, but the following product photo was shown (which can be viewed already on the product page).

Something like a quick view of the next photo on hover.

Edited by Venera
Link to comment
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

On 9/9/2022 at 11:51 PM, Venera said:

Site URL: https://www.veneramor.com/

Hi guys!

Is it possible that when hovering over the product on the store page, the photo did not increase, but the following product photo was shown (which can be viewed already on the product page).

Something like a quick view of the next photo on hover.

Use the following Css code to remove the scale image effect

.products.collection-content-wrapper .grid-item:hover .has-hover-img .grid-image-cover {
  opacity: 1;
}
.products.collection-content-wrapper .grid-item:hover .grid-image-hover {
  opacity: 0;
}

 

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
On 9/13/2022 at 6:06 PM, bangank36 said:

Use the following Css code to remove the scale image effect

.products.collection-content-wrapper .grid-item:hover .has-hover-img .grid-image-cover {
  opacity: 1;
}
.products.collection-content-wrapper .grid-item:hover .grid-image-hover {
  opacity: 0;
}

 

I probably didn't explain it well. I mean, how do I make the next product photo appear on hover?

Edited by Venera
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.