Archived topic
Image width woocommerce
7 replies · Started by Jusung on February 20, 2023
Hello.
On the link, the image is not fully stretched according to the size of device.
Is there a way to give 100% to the image width?
Hi Jusung,
100% meaning 100% of the viewport width?
Are you wanting that for all views?
I mean the iamge should be fully stretched.
Like the end of product title. the end of view button.
It should be the same.
Yes veiw port width. this is why I want it as %.
Try adding this through Appearance > Customize > Additional CSS:
.page-id-201 .inside-wc-product-image {
width: 100%;
}
Thank you!! it works!
Just a question.
Do you know when you plan to release the new version of generate block 1.7 version?
and when it is released, am I supposed to change all the blocks from old version?
You're welcome, Jusung!
It should come out hopefully within the month.
No, you don't have to change all the blocks.
I am using it by downloading the devloper version on my site. would it be updated automatically if there is any change when released or updated?
You can enable or disable auto update of plugins in Plugins > Installed Plugins. This should allow or disallow auto update of GB when there is an update.