We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b361fb1 commit 25c379dCopy full SHA for 25c379d
1 file changed
src/bundle/Resources/views/themes/standard/ezrichtext/custom_tags/ezyoutube.html.twig
@@ -1,5 +1,5 @@
1
<div class="embed-container" {% if align is defined %} style="text-align: {{ align }};"{% endif %}>
2
- {% set autoplayQueryString = params.autoplay == 'true'
+ {% set autoplayQueryString = params.autoplay === 'true'
3
? '?autoplay=1&mute=1'
4
: '?autoplay=0'
5
%}
0 commit comments