Hi,
I don’t know whether this is the issue belongs to newspaper or a product gallery plugin, so I ask this question together here and there.
I try to enlarge the woocommerce porduct image as right now the image is only showing as 405*405, which is clearly not enough(I want it to be 800*800)
This is the screenshot: https://ibb.co/1dQP3gX
Please help enlarge the main product image, thank you.
BTW, there’s no image size setting for this plugin: WooCommerce Product Video Gallery, seems the author doesn’t include this feature,
and I’ve tried to modify the product image followed with this way:
Appearance > Customize > Woocommerce > Product > Changed to 800 and published but didn’t work.
Hi,
The image size is 800px because you are using some effects on Woocommerce Product Image, for example zoom effect and in order to work it, the image is only 400px display, rest of it can be seen using the zoom effect.
The size of image https://i.imgur.com/5GLuV1e.png can not be enlarge because the layout bill be broken -> https://i.imgur.com/9cM5uoZ.png -> https://i.imgur.com/FBxwpHt.png
If you still want to try it, then you can use this custom css:
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
float: left;
width: 70%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
width: 28%;
}
The code need to be set in theme panel custom code custom css.
Thank you!
Hi,Calin,
I recently found that as per your coding, the respovie mode doesn’t work on the phone screen.
Please see attached screenshot: https://ibb.co/jgJsbs6
Product URL:https://parg.co/bbox
What should I do now?