<?xml version="1.0"?>
<!--
/**
 * Copyright © 2016 Magento. 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">
    <vars module="Magento_Catalog">

        <!-- Gallery and magnifier theme settings. Start -->
        <var name="gallery">
            <var name="nav">thumbs</var>
            <!-- Gallery navigation style (false/thumbs/dots) -->
            <var name="loop">true</var>
            <!-- Gallery navigation loop (true/false) -->
            <var name="keyboard">true</var>
            <!-- Turn on/off keyboard arrows navigation (true/false) -->
            <var name="arrows">true</var>
            <!-- Turn on/off arrows on the sides preview (true/false) -->
            <var name="caption">false</var>
            <!-- Display alt text as image title (true/false) -->
            <var name="allowfullscreen">true</var>
            <!-- Turn on/off fullscreen (true/false) -->
            <var name="navdir">vertical</var>
            <!-- Sliding direction of thumbnails (horizontal/vertical) -->
            <var name="navarrows">true</var>
            <!-- Turn on/off on the thumbs navigation sides arrows(true/false) -->
            <var name="navtype">slides</var>
            <!-- Sliding type of thumbnails (slides/thumbs) -->
            <var name="transition">
                <var name="effect">slide</var>
                <!-- Sets transition effect for slides changing (slide/crossfade/dissolve) -->
                <var name="duration">500</var>
                <!-- Sets transition duration in ms -->
            </var>
            <var name="maxheight">500px</var>
            <!-- Sets max gallery height -->
            <var name="thumbmargin">12</var>
            <!-- Sets margin between thumbnails -->
            <var name="fullscreen">
                <var name="nav">thumbs</var>
                <!-- Fullscreen navigation style (false/thumbs/dots) -->
                <var name="loop">true</var>
                <!-- Fullscreen navigation loop (true/false/null) -->
                <var name="arrows">false</var>
                <!-- Turn on/off arrows on the sides preview in fullscreen (true/false/null) -->
                <var name="caption">false</var>
                <!-- Display alt text as image title in fullscreen(true/false) -->
                <var name="navdir">horizontal</var>
                <!--Sliding direction of thumbnails in fullscreen(horizontal/vertical)  -->
                <var name="navarrows">false</var>
                <!-- Turn on/off on the thumbs navigation sides arrows(true/false) -->
                <var name="navtype">slides</var>
                <!-- Sliding type of thumbnails (slides/thumbs) -->
                <var name="transition">
                    <var name="effect">slide</var>
                    <!-- Sets transition effect for slides changing (slide/crossfade/dissolve) -->
                    <var name="duration">500</var>
                    <!-- Sets transition duration in ms -->
                </var>
            </var>
        </var>
    </vars>
    <media>
        <images module="Magento_Catalog">
            <image id="cart_cross_sell_products" type="thumbnail">
                <width>240</width>
                <height>300</height>
            </image>
            <image id="category_page_grid" type="small_image">
                <width>260</width>
                <height>270</height>
            </image>
            <image id="category_page_grid@2x" type="small_image">
                <width>520</width>
                <height>540</height>
            </image>
            <image id="related_products_list" type="small_image">
                <width>240</width>
                <height>300</height>
            </image>
            <image id="upsell_products_list" type="small_image">
                <width>240</width>
                <height>300</height>
            </image>
        </images>
    </media>
</view>
