• On firefox the width of the container of type div with class “woocommerce-product-gallery__image flex-active-slide” is calculated incorrectly. On firefox it is calculated at 700px. On chrome and Edge it is calculated at 525px.

    This results in the product image to not be fully shown in firefox.

    Note that we’re using uncropped images of different aspect ratios.

    Problem also only happens for products with multiple product images.

    To reduce impact to the website visitors I did add the following CSS:

    div.woocommerce-product-gallery__image {
    max-width: 525px;
    }

    • This topic was modified 1 year, 5 months ago by tredneb.
    • This topic was modified 1 year, 5 months ago by tredneb.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tredneb

    (@tredneb)

    Ok, solution in CSS also does not work – when scrolling to next image, the images are offset incorrectly.

    Switching off Woocommerce in Astra Pro – reverting to the old style.

    To reproduce, use the vertical Gallery layout for single product.

    Hi @tredneb,

    Thanks for the head up. This is a known issue actually, and we are still working on the fix. We are sorry for the inconvenience you may have because of this.

    Kind regards,
    Herman ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product image contaner on firefox too wide (Astra Pro)’ is closed to new replies.