Auto-close allowfullscreen attribute

This commit is contained in:
2018-07-02 15:15:54 +09:00
parent 082e16fb42
commit 26a3d141ac
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ component SoundTrackPage(track *arn.SoundTrack, user *arn.User)
.widget.mountable
h3.widget-title= media.Service
.soundtrack-media.video-container
iframe.lazy.video(data-src=media.EmbedLink(), allowfullscreen="allowfullscreen")
iframe.lazy.video(data-src=media.EmbedLink(), allowfullscreen)
if user != nil && media.Service == "Youtube" && track.File != ""
.buttons