Image To Be Zoom when we Hover

Solved

Image To Be Zoom when we Hover

Emiway
Pathfinder
229 0 45
Accepted Solution (1)

GTLOfficial
Shopify Partner
560 122 111

This is an accepted solution.

HEllo @Emiway 
Go to online store ---------> 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;
}

result
14.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

Replies 2 (2)

GTLOfficial
Shopify Partner
560 122 111

This is an accepted solution.

HEllo @Emiway 
Go to online store ---------> 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;
}

result
14.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
Emiway
Pathfinder
229 0 45

how to add Closing or Out Transition?