Site logo

[Resolved] Image width woocommerce

Home Forums Support [Resolved] Image width woocommerce

Home Forums Support Image width woocommerce

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2540696
    Jusung

    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?

    #2540707
    Fernando
    Customer Support

    Hi Jusung,

    100% meaning 100% of the viewport width?

    Are you wanting that for all views?

    #2540743
    Jusung

    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 %.

    #2540745
    Fernando
    Customer Support

    Try adding this through Appearance > Customize > Additional CSS:

    .page-id-201 .inside-wc-product-image {
        width: 100%;
    }
    #2540777
    Jusung

    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?

    #2540787
    Fernando
    Customer Support

    You’re welcome, Jusung!

    It should come out hopefully within the month.

    No, you don’t have to change all the blocks.

    #2540789
    Jusung

    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?

    #2540795
    Fernando
    Customer Support

    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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.