Skip to content

Commit c9f38fa

Browse files
MAGETWO-83279: Magento 2.2.0 Solution for Cross-sell product placeholder image size … magento#12018
2 parents 0483421 + b1709ca commit c9f38fa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<width>140</width>
1313
<height>140</height>
1414
</image>
15-
<image id="cart_cross_sell_products" type="thumbnail">
16-
<width>152</width>
17-
<height>188</height>
15+
<image id="cart_cross_sell_products" type="small_image">
16+
<width>240</width>
17+
<height>300</height>
1818
</image>
1919
<image id="cart_page_product_thumbnail" type="small_image">
2020
<width>110</width>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<width>140</width>
1313
<height>140</height>
1414
</image>
15-
<image id="cart_cross_sell_products" type="thumbnail">
16-
<width>200</width>
17-
<height>248</height>
15+
<image id="cart_cross_sell_products" type="small_image">
16+
<width>240</width>
17+
<height>300</height>
1818
</image>
1919
<image id="cart_page_product_thumbnail" type="small_image">
2020
<width>165</width>

0 commit comments

Comments
 (0)