Single product page main image and gallery slider issue
-
I’m having a problem with the main image size on single product pages. The main product image sizes correctly, but when an image from the gallery slider is selected, the image size is much smaller.
The div enclosing the primary image has a height of 350px
<div class="flex-viewport" style="overflow: hidden; position: relative; height: 350px;">
However, when one of the gallery images is selected, the height changes to 200px
<div class="flex-viewport" style="overflow: hidden; position: relative; height: 200px;">
I would like to keep the main image the same size no matter what gallery image is selected.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Single product page main image and gallery slider issue’ is closed to new replies.