Skip to content

Commit 25c379d

Browse files
committed
After QA
1 parent b361fb1 commit 25c379d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bundle/Resources/views/themes/standard/ezrichtext/custom_tags/ezyoutube.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="embed-container" {% if align is defined %} style="text-align: {{ align }};"{% endif %}>
2-
{% set autoplayQueryString = params.autoplay == 'true'
2+
{% set autoplayQueryString = params.autoplay === 'true'
33
? '?autoplay=1&mute=1'
44
: '?autoplay=0'
55
%}

0 commit comments

Comments
 (0)