Skip to content

Commit

Permalink
fix(video): add loop in shop template video
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Feb 20, 2025
1 parent 3ccd590 commit 4e2021a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/views/Shop/UiElement/video.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
{% set image = element.image|default('') %}
{% set controls = element.controls is defined ? element.controls : true %}
{% set autoplay = element.autoplay is defined ? element.autoplay : false %}
{% set loop = element.loop is defined ? element.loop : false %}
<div style="text-align: {{align}};">
<video
width="100%"
Expand Down

0 comments on commit 4e2021a

Please sign in to comment.