Skip to content

Commit 341a495

Browse files
committed
MAGETWO-89051: Absorb image optimization from 2.1 into 2.3
1 parent 816b750 commit 341a495

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

app/design/frontend/Magento/blank/etc/view.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,15 @@
8181
<width>90</width>
8282
<height>90</height>
8383
</image>
84+
<image id="product_swatch_image_large" type="image"/>
85+
<image id="product_swatch_image_medium" type="image">
86+
<width>240</width>
87+
<height>300</height>
88+
</image>
89+
<image id="product_swatch_image_small" type="thumbnail">
90+
<width>88</width>
91+
<height>110</height>
92+
</image>
8493
<image id="product_page_main_image" type="image">
8594
<width>700</width>
8695
<height>700</height>

app/design/frontend/Magento/rush/etc/view.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@
9090
<width>700</width>
9191
<height>700</height>
9292
</image>
93+
<image id="product_swatch_image_large" type="image"/>
94+
<image id="product_swatch_image_medium" type="image">
95+
<width>240</width>
96+
<height>300</height>
97+
</image>
98+
<image id="product_swatch_image_small" type="thumbnail">
99+
<width>88</width>
100+
<height>110</height>
101+
</image>
93102
<image id="product_page_more_views" type="thumbnail">
94103
<width>90</width>
95104
<height>90</height>

0 commit comments

Comments
 (0)