Skip to content

Commit

Permalink
Responsive logo
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboss86 committed May 14, 2024
1 parent dc207a4 commit 7e979a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{ sylius_template_event('odiseo_sylius_vendor_plugin.shop.vendor.product.index.before_logo', {'vendor': vendor}) }}

<div class="ui segment">
<img class="ui image" src="{{ vendor.logoName|imagine_filter('odiseo_sylius_vendor_plugin_logo') }}" alt="{{ vendor.name }}">
<img class="ui fluid image" src="{{ vendor.logoName|imagine_filter('odiseo_sylius_vendor_plugin_logo') }}" alt="{{ vendor.name }}">
</div>

{{ sylius_template_event('odiseo_sylius_vendor_plugin.shop.vendor.product.index.after_logo', {'vendor': vendor}) }}
Expand Down

0 comments on commit 7e979a0

Please sign in to comment.