<?xml version="1.0"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<view xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/view.xsd">
    <media>
        <images module="Magento_Catalog">
            <image id="swatch_image" type="swatch_image">
                <width>34</width>
                <height>34</height>
            </image>
            <image id="swatch_thumb" type="swatch_thumb">
                <width>110</width>
                <height>147</height>
            </image>
            <image id="swatch_image_base" type="swatch_image">
                <width>34</width>
                <height>34</height>
            </image>
            <image id="swatch_thumb_base" type="swatch_thumb">
                <width>110</width>
                <height>147</height>
            </image>

            <image id="cart_cross_sell_products" type="small_image">
                <width>400</width>
                <height>480</height>
            </image>
            <image id="category_page_grid" type="small_image">
                <width>400</width>
                <height>480</height>
            </image>
            <image id="category_page_grid_hover" type="sm_hoverimage">
                <width>400</width>
                <height>480</height>
            </image>
            <image id="category_page_grid_big" type="small_image">
                <width>700</width>
                <height>840</height>
            </image>
            <image id="category_page_list" type="small_image">
                <width>400</width>
                <height>480</height>
            </image>
            <image id="category_page_list_small" type="small_image">
                <width>110</width>
                <height>147</height>
            </image>
            <image id="category_page_list_group" type="small_image">
                <width>130</width>
                <height>173</height>
            </image>
            <image id="mini_cart_product_thumbnail" type="thumbnail">
                <width>100</width>
                <height>133</height>
            </image>
            <image id="cart_page_product_thumbnail" type="small_image">
                <width>100</width>
                <height>133</height>
            </image>
            <image id="product_comparison_list" type="small_image">
                <width>400</width>
                <height>480</height>
            </image>
            <image id="product_page_image_large" type="image"/>
            <image id="product_page_image_medium" type="image">
                <width>700</width>
                <height>840</height>
            </image>
            <image id="product_page_image_small" type="thumbnail">
                <width>200</width>
                <height>267</height>
            </image>
            <image id="product_swatch_image_large" type="image"/>
            <image id="product_swatch_image_medium" type="image">
                <width>400</width>
                <height>480</height>
            </image>
            <image id="product_swatch_image_small" type="thumbnail">
                <width>110</width>
                <height>147</height>
            </image>
            <image id="product_page_main_image" type="image">
                <width>700</width>
                <height>840</height>
            </image>
            <image id="product_page_main_image_default" type="image">
                <width>700</width>
                <height>840</height>
            </image>
            <image id="related_products_list" type="small_image">
                <width>400</width>
                <height>480</height>
            </image>
            <image id="upsell_products_list" type="small_image">
                <width>400</width>
                <height>480</height>
            </image>
            <image id="wishlist_thumbnail" type="small_image">
                <width>400</width>
                <height>480</height>
            </image>
        </images>
    </media>
</view>
