![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/design/frontend/Cnc/default/etc/ |
<?xml version="1.0"?> <!-- /** * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * @author Benoit Alix <[email protected]> * @copyright Copyright (c) 2019 Kaliop Digital Commerce (https://digitalcommerce.kaliop.com/) */ --> <view xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/view.xsd"> <media> <!-- Catalog images configuration --> <images module="Magento_Catalog"> <image id="category_page_grid" type="image"> <width>250</width> <height>250</height> </image> <image id="category_page_list" type="image"> <width>120</width> <height>120</height> </image> <image id="product_small_image" type="small_image"> <width>190</width> <height>190</height> </image> <image id="product_page_image_medium" type="image"> <width>512</width> <height>512</height> </image> <image id="product_page_main_image" type="image"> <width>512</width> <height>512</height> </image> <image id="product_page_image_medium" type="image"> <width>512</width> <height>512</height> </image> <image id="product_page_image_small" type="thumbnail"> <width>90</width> <height>90</height> </image> <image id="cart_page_product_thumbnail" type="small_image"> <width>100</width> <height>100</height> </image> <image id="cart_page_product_thumbnail" type="thumbnail"> <width>120</width> <height>120</height> </image> <image id="mini_cart_product_thumbnail" type="thumbnail"> <width>120</width> <height>120</height> </image> <image id="recently_viewed_products_grid_content_widget" type="small_image"> <width>300</width> <height>300</height> </image> <image id="related_products_list" type="small_image"> <width>250</width> <height>250</height> </image> </images> </media> <vars module="Magento_Catalog"> <!-- Gallery widget configuration (Fotorama) --> <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">false</var> <!-- Turn on/off keyboard arrows navigation (true/false) --> <var name="arrows">false</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">horizontal</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="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="navtype">slides</var> <!-- Sliding type of thumbnails (slides/thumbs) --> <var name="transition"> <var name="effect">dissolve </var> <!-- Sets transition effect for slides changing (slide/crossfade/dissolve) --> <var name="duration">500</var> <!-- Sets transition duration in ms --> </var> </var> </var> <!-- Magnifier widget configuration --> <var name="magnifier"> <var name="fullscreenzoom">5</var> <!-- Zoom for fullscreen (integer)--> <var name="top"/> <!-- Top position of magnifier --> <var name="left"/> <!-- Left position of magnifier --> <var name="width"/> <!-- Width of magnifier block --> <var name="height"/> <!-- Height of magnifier block --> <var name="eventType">hover</var> <!-- Action that atcivates zoom (hover/click) --> <var name="enabled">false</var> <!-- Turn on/off magnifier (true/false) --> </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">thumbs</var> <var name="arrows">false</var> </var> </var> </var> </var> </vars> </view>