Home › Forums › WoodMart support forum › Zoom on the product page
Zoom on the product page
- This topic has 5 replies, 2 voices, and was last updated 2 years, 2 months ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
February 13, 2023 at 5:05 pm #442585
andrzejParticipantIs it possible to change the magnification (in settings or in code)?
What is now is too big for me, because the photos are not super quality and I need a little less magnification.February 14, 2023 at 10:43 am #442770
Aizaz Imtiaz AwanKeymasterHi,
You can select the “Zoom” functionality for the “Main image click action” option from theme settings >> Product Page >> Images.
Screenshot for clarification: https://ibb.co/RHtG0nG
Best Regards
February 14, 2023 at 12:26 pm #442854
andrzejParticipantI know that there you can turn it on or off in settings- this is very easy, but I was asking about something else.
Once again
Is it possible to change the magnification (in settings or in code)? Change I mean bigger or lower magnification
What is now is too big for me, because the photos are not super quality and I need a little less magnification.And I ask where is is possible, in code , or i setting, how can I do it ?
February 14, 2023 at 4:08 pm #442957
Aizaz Imtiaz AwanKeymasterHi,
WooCommerce Allows some settings that you can find under Appearance >> Customize >> WooCommerce >> Product Images.
You can also read our detailed documentation for further help:
https://xtemos.com/docs/woodmart/faq-guides/image-size-content-alignment-product-grid/Best Regards.
February 14, 2023 at 4:26 pm #442968
andrzejParticipantNo, no, no, i try again to explain my problem
Suppose I have a 1000×1000 pixel photo in the gallery. On product page I see a smaller- this is norma; situation
If I turn on the magnification (zoom) in the theme settings, then after hovering over the photo on the product page, the photo enlarges 1: 1, so if the original photo has 1000×1000 pixels, the magnification also shows this size. So i see a big foto and this is too big.
How to reduce the magnification, for example to 600×600 pixels or 800×800 or 700×700 etc. . That is, after hovering over the photo product, the enlarged photo would be smaller, and not like the original, so 1000×1000 pixels
Simply, how can you smoothly adjust the magnification to make it bigger or smaller?
February 15, 2023 at 10:23 am #443156
Aizaz Imtiaz AwanKeymasterHello,
Although unfortunately there isn’t a direct option available to adjust the Product Image zoom effect but you can try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:
.single-product .zoomImg { transform: scale(1.8) !important; }
In this CSS, you can change the value of scale according to your choice. We have added 1.8 as an example.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register