custom/plugins/AtmosTheme/src/Resources/views/storefront/layout/header/logo.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/layout/header/logo.html.twig' %}
  2. {% block layout_header_logo_image_tablet %}
  3.     {% if theme_config('sw-logo-tablet') and theme_config('sw-logo-tablet') != theme_config('sw-logo-desktop') %}
  4.         <source srcset="{{ theme_config('sw-logo-tablet') |sw_encode_url }}"
  5.                 media="(min-width: {{ theme_config('breakpoint.md') }}px) and (max-width: {{ theme_config('breakpoint.xl') - 1 }}px)">
  6.     {% endif %}
  7. {% endblock %}