Product image contaner on firefox too wide (Astra Pro)
-
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;
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
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.