Skip to content
Snippets Groups Projects
Commit 9cb012d7 authored by Olivia206's avatar Olivia206
Browse files

fixed embeds

parent e3d2b2f9
No related branches found
Tags v7.2.9
No related merge requests found
......@@ -5,5 +5,5 @@
</div>
{{ end }}
<div class="video-container">
<iframe data-unloaded-src="{{ .video.embed }}" title="{{ .video_title }}"></iframe>
<iframe data-unloaded-src="{{ .video.embed }}" title="{{ .video_title }}" autoplay="true" allow="autoplay; fullscreen"></iframe>
</div>
\ No newline at end of file
......@@ -5,5 +5,5 @@
</div>
{{ end }}
<div class="video-container">
<iframe data-unloaded-src="{{ .video.embed }}" title="{{ .video_title }}"></iframe>
<iframe data-unloaded-src="{{ .video.embed }}" title="{{ .video_title }}" allow="autoplay; fullscreen"></iframe>
</div>
\ 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