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 0ce480d commit 6a1cea4Copy full SHA for 6a1cea4
src/Resources/views/admin/ui_element/youtube.html.twig
@@ -24,7 +24,7 @@
24
{% endif %}
25
{% if url is not null %}
26
<div
27
- class="my-5 text-{{ align }} ui-element-youtube"
+ class="my-5 ui-element-youtube" style="text-align: {{ align }};"
28
>
29
<div class="{% if elementWidth is null and elementHeight is null %}ratio ratio-16x9{% endif %}">
30
<iframe
src/Resources/views/shop/ui_element/youtube.html.twig
0 commit comments