All Images are getting zoom..

Solved

All Images are getting zoom..

Emiway1
Shopify Partner
86 0 19

Currently, All Images are getting zoomed when we hover on product image, want only 1 image to get zoom at a time.

Checkout URL: https://redpandaoutdoor.in/products/cloud-wing-ultralight-backpacking-tent

Screenshot 2024-10-15 104317.png

 

i had added this code in ---------> themes --------------> actions ------> edit code------->theme.css
at the end of the file and save.

 

.product-gallery__media-list-wrapper:hover img {

scale: 1.2;

transition: .5s;

}

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11721 2296 2476

This is an accepted solution.

Hi @Emiway1 

Please add this code to theme.css file to solve this issue

.product-gallery__media.snap-center { overflow: hidden; }

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 2 (2)

Asad-Mahmood
Shopify Partner
445 80 91

This can be done by modifying the code file

If my solution has been helpful, you can consider supporting me via Buy Me a Coffee.
Hire me: asadmahmood8470@gmail.com
WhatsApp
Fiver




Dan-From-Ryviu
Shopify Partner
11721 2296 2476

This is an accepted solution.

Hi @Emiway1 

Please add this code to theme.css file to solve this issue

.product-gallery__media.snap-center { overflow: hidden; }

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.