<?xml version="1.0"?>
<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="ox_list_widget_product_thumbnail" type="small_image">
                <width>100</width>
                <height>100</height>
            </image>
            <image id="ox_list_widget_product_thumbnail_hover" type="small_image">
                <width>100</width>
                <height>100</height>
            </image>
            <image id="bundled_product_customization_page" type="thumbnail">
                <width>140</width>
                <height>140</height>
            </image>
            <image id="category_page_grid" type="small_image">
                <width>240</width>
                <height>240</height>
            </image>
            <image id="category_page_list" type="small_image">
                <width>240</width>
                <height>240</height>
            </image>
            <image id="category_page_list_hover" type="img_hover">
                <width>240</width>
                <height>240</height>
            </image>
            <image id="category_page_grid_hover" type="img_hover">
                <width>240</width>
                <height>240</height>
            </image>
            <image id="related_products_list" type="small_image">
                <width>240</width>
                <height>240</height>
            </image>
            <image id="upsell_products_list" type="small_image">
                <width>240</width>
                <height>240</height>
            </image>
            <image id="cart_page_product_thumbnail" type="small_image">
                <width>100</width>
                <height>100</height>
            </image>
            <image id="cart_cross_sell_products" type="small_image">
                <width>240</width>
                <height>240</height>
            </image>
            <image id="product_swatch_image_large" type="image"/>
            <image id="product_swatch_image_medium" type="image">
                <width>240</width>
                <height>240</height>
            </image>
             <image id="swatch_image" type="swatch_image">
                 <width>50</width>
                 <height>50</height>
             </image>
            <image id="wishlist_thumbnail" type="small_image">
                <width>240</width>
                <height>240</height>
            </image>
            <image id="recently_viewed_products_grid_content_widget" type="small_image">
                <width>240</width>
                <height>240</height>
            </image>
            <image id="recently_compared_products_grid_content_widget" type="small_image">
                <width>240</width>
                <height>240</height>
            </image>
            <image id="new_products_content_widget_grid" type="small_image">
                <width>240</width>
                <height>240</height>
            </image>
            <image id="recently_compared_products_images_names_widget" type="thumbnail">
                <width>75</width>
                <height>75</height>
            </image>
            <image id="recently_viewed_products_images_names_widget" type="small_image">
                <width>75</width>
                <height>75</height>
            </image>
            <image id="side_column_widget_product_thumbnail" type="thumbnail">
                <width>75</width>
                <height>75</height>
            </image>
            <image id="wishlist_sidebar_block" type="thumbnail">
                <width>75</width>
                <height>75</height>
            </image>
        </images>
    </media>
    <vars module="Magento_Catalog">
        <var name="gallery">
            <var name="caption">false</var> <!-- Display alt text as image title (true/false) -->
            <var name="fullscreen">
                <var name="arrows">true</var>
                <var name="caption">false</var> <!-- Display alt text as image title (true/false) -->
            </var>
        </var>
        <var name="breakpoints">
            <var name="mobile">
                <var name="conditions">
                    <var name="max-width">767px</var>
                </var>
                <var name="options">
                    <var name="options">
                        <var name="nav">dots</var>
                    </var>
                </var>
            </var>
        </var>
    </vars>
</view>
