I'm using Magento 2.4 and I would like to make the thumbnails be a grid instead of a row as you can see in the images.
I believe I need three things:
First is move the thumbnails to be above product description
then change the thumbnails to a large size with this code:
<image id="unique_image_id" type="image"> <width>200</width> <!-- Image width in px --> <height>200</height> <!-- Image height in px --> </image> </images>
Then figure out how to display the thumbnails as a gird.
2.1m questions
2.1m answers
60 comments
57.0k users