this image should be zoom..

Solved

this image should be zoom..

Emiway
Pathfinder
219 0 44

i want this image to zoom when we click on it instead of sliding..

url: https://a6b804-0a.myshopify.com/products/pivot

Screenshot 2024-09-24 125229.png

 

Accepted Solution (1)
rifat_ShopiDevs
Shopify Partner
60 6 9

This is an accepted solution.

Hi,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:

 

 

<style>
.product-gallery--desktop-carousel .product-gallery__zoom {
    width: 130%;
    height: 120%;
    background: transparent;
    left: -60px;
    top: -50px;
    z-index: 9;
}

.product-gallery--desktop-carousel .product-gallery__zoom button.circle-button.circle-button--fill.ring {
    width: 100%;
    height: 100%;
    opacity: 0;
}
</style>​

 

 

Hope this can help you let me know,
thank you
Found it helpful? Please like and mark the solution that helped you.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers

View solution in original post

Replies 7 (7)

rifat_ShopiDevs
Shopify Partner
60 6 9

@Emiway hi, hope you are well
i hope you are using impact theme 
i am also expert on this theme, check this screenshot 

rifat_ShopiDevs_0-1727163363854.png

hope its works for you, let me know
Thank you

Found it helpful? Please like and mark the solution that helped you.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers
rifat_ShopiDevs
Shopify Partner
60 6 9

@Emiway  sorry here is the update screenshot 

rifat_ShopiDevs_1-1727163596379.png

hope its works for you

Found it helpful? Please like and mark the solution that helped you.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers
Emiway
Pathfinder
219 0 44

Yo Brother i Want Like When I Click On Product Image It Should Be Zoom Instead Of Sliding Or Swiping

rifat_ShopiDevs
Shopify Partner
60 6 9

This is an accepted solution.

Hi,
Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code
Step 2: Search file theme.liquid
Step 3: Insert this code above </head> tag:

 

 

<style>
.product-gallery--desktop-carousel .product-gallery__zoom {
    width: 130%;
    height: 120%;
    background: transparent;
    left: -60px;
    top: -50px;
    z-index: 9;
}

.product-gallery--desktop-carousel .product-gallery__zoom button.circle-button.circle-button--fill.ring {
    width: 100%;
    height: 100%;
    opacity: 0;
}
</style>​

 

 

Hope this can help you let me know,
thank you
Found it helpful? Please like and mark the solution that helped you.
Slider Revolution - Create sliders, theme sections, banners, videos, pages, advanced animation, and social feeds.
Essential Grid Gallery - Create photo galleries, video galleries, portfolio galleries, product gallery, collection gallery and more.
EasyDisplay: Product Showcase - Easily display collections, related products, discounts, recently viewed items, and best sellers
Emiway
Pathfinder
219 0 44

Hey I Don't Want Any Change For Mobile Version.. But Right Now I Can't Swipe Products Images In Mobile Version.. Can You Please Solve This 🙏🥺

Emiway
Pathfinder
219 0 44

hello brother
Zoom when hover is not happening, only when clicking..

gutenplayer
Shopify Partner
195 28 24

@Emiway hi, 
can you tell me where is the problem, with video record.

let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.