<?xml version="1.0"?>
<!--
/**
 * Copyright © 2013-2017 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="related_products_list" type="image">
                <width>1200</width>
                <height>1200</height>
            </image>
            <image id="category_page_grid" type="small_image">
                <width>1200</width>
                <height>1200</height>
            </image>
            <image id="category_page_list" type="small_image">
                <width>1200</width>
                <height>1200</height>
            </image>
            <image id="product_page_small" type="small_image">
                <width>950</width>
                <height>950</height>
            </image>
            <image id="product_page_image_medium" type="image">
                <width>1066</width>
                <height>1066</height>
            </image>
            <image id="product_page_image_related" type="small_image">
                <width>950</width>
                <height>950</height>
            </image>
            <image id="product_page_image_medium_no_frame" type="image">
                <width>1066</width>
                <height>1066</height>
                <frame>false</frame>
            </image>
            <image id="product_page_main_image" type="image">
                <width>950</width>
                <height>950</height>
            </image>
            <image id="product_page_image_small" type="thumbnail">
                <width>75</width>
                <height>75</height>
            </image>
            <image id="fake_product_base_image" type="image">
                <width>780</width>
                <height>870</height>
            </image>
            <image id="cart_page_product_thumbnail" type="small_image">
                <width>120</width>
                <height>120</height>
            </image>
            <image id="homepage_product_carousel" type="small_image">
                <width>950</width>
                <height>950</height>
            </image>
            <image id="mini_cart_product_thumbnail" type="thumbnail">
                <width>1200</width>
                <height>1200</height>
            </image>
            <image id="wishlist_sidebar_block" type="thumbnail">
                <width>168</width>
                <height>168</height>
            </image>
            <image id="order_thumbnail" type="thumbnail">
                <width>168</width>
                <height>168</height>
            </image>
            <image id="wishlist_thumbnail" type="small_image">
                <width>168</width>
                <height>168</height>
            </image>
        </images>
    </media>
    <vars module="Magento_Catalog">
        <var name="gallery">
            <var name="nav">dots</var>
            <var name="thumbmargin">12</var>
            <var name="fullscreen">
                <var name="nav">thumbs</var>
                <var name="loop">true</var>
                <var name="maxwidth">1350</var>
                <var name="arrows">true</var>
                <var name="navdir">horizontal</var>
                <var name="navtype">thumbs</var>
                <var name="transition">
                    <var name="effect">dissolve</var>
                    <var name="duration">500</var>
                </var>
            </var>
        </var>
    </vars>
</view>
