Skip to content

Commit

Permalink
Merge pull request #28 from odiseoteam/1.8
Browse files Browse the repository at this point in the history
Responsive logo
  • Loading branch information
bigboss86 authored May 14, 2024
2 parents 1001f2d + 7e979a0 commit 5bac9a5
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 5bac9a5

Please sign in to comment.