Skip to content
Snippets Groups Projects
Unverified Commit 5f5e5474 authored by Arnaud Levy's avatar Arnaud Levy Committed by GitHub
Browse files

Réparation de l'autoplay d'iframe (pb w3c), simplification (#775)

parent 55dcb0eb
No related branches found
No related tags found
No related merge requests found
<iframe data-unloaded-src="{{ .embed_with_defaults }}" title="{{ .title }}" autoplay="true" allow="autoplay; fullscreen"></iframe>
\ No newline at end of file
......@@ -7,5 +7,8 @@
{{ end }}
</div>
<div class="video-container">
{{ partial (printf "blocks/templates/video/%s" .platform) . }}
<iframe data-unloaded-src="{{ .embed_with_defaults }}"
title="{{ .title }}"
allowfullscreen
allow="autoplay; fullscreen"></iframe>
</div>
\ No newline at end of file
<iframe data-unloaded-src="{{ .embed_with_defaults }}" title="{{ .title }}" allow="autoplay; fullscreen"></iframe>
<iframe data-unloaded-src="{{ .embed_with_defaults }}" title="{{ .title }}" allow="autoplay; fullscreen"></iframe>
<iframe data-unloaded-src="{{ .embed_with_defaults }}" title="{{ .title }}" allowfullscreen allow="autoplay"></iframe>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment