Smile-SA/elasticsuite

View on GitHub
src/module-elasticsuite-catalog/etc/view.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<!--
/**
 * Smile_ElasticsuiteCatalog view variables configuration.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Smile ElasticSuite to newer
 * versions in the future.
 *
 * @category  Smile
 * @package   Smile\ElasticsuiteCatalog
 * @author    Romain Ruaud <romain.ruaud@smile.fr>
 * @copyright 2020 Smile
 * @license   Open Software License ("OSL") v. 3.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="smile_elasticsuite_autocomplete_product_image" type="thumbnail">
                <width>90</width>
                <height>90</height>
            </image>
            <image id="smile_elasticsuite_product_sorter_image" type="small_image">
                <width>150</width>
                <height>150</height>
            </image>
        </images>
    </media>
</view>