浏览文章
文章信息
Magento2 调整媒体gallery产品详情页产品图片大小|Remove white space around image in detail page
13502
位置:
app/design/frontend/{Theme_Vendor}/{Theme_Name}/etc/view.xml
示例:都调整成1200px*1200px
... <image id="product_page_image_medium" type="image"> <width>1200</width> <height>1200</height> </image> <image id="product_page_image_small" type="thumbnail"> <width>100</width> <height>100</height> </image> <image id="product_page_main_image" type="image"> <width>1200</width> <height>1200</height> </image> <image id="product_page_main_image_default" type="image"> <width>1200</width> <height>1200</height> </image> ...