Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
631 views
in Technique[技术] by (71.8m points)

magento2 - How to display product thumbnails as grid in magento 2.4?

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:

  1. First is move the thumbnails to be above product description

  2. 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>
    
    
    
  3. Then figure out how to display the thumbnails as a gird.

enter image description here

enter image description here

question from:https://stackoverflow.com/questions/66053449/how-to-display-product-thumbnails-as-grid-in-magento-2-4

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...