Venera Posted September 9, 2022 Share Posted September 9, 2022 (edited) 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 March 17, 2023 by Venera Link to comment
Beyondspace Posted September 13, 2022 Share Posted September 13, 2022 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; } 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
Venera Posted September 14, 2022 Author Share Posted September 14, 2022 (edited) 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 March 17, 2023 by Venera 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