Skip to content

Commit aa1c530

Browse files
Magento 2.2.0 Solution for Cross-sell product placeholder image size issue. Add Solution for Blank theme.
1 parent e2c0732 commit aa1c530

File tree

1 file changed

+3
-3
lines changed
  • app/design/frontend/Magento/blank/etc

1 file changed

+3
-3
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>

0 commit comments

Comments
 (0)