Auto-close allowfullscreen attribute
This commit is contained in:
@ -50,4 +50,4 @@ component SoundTrackMiniFooter(track *arn.SoundTrack, user *arn.User)
|
||||
a(href=track.Link())= track.Title.ByUser(user)
|
||||
|
||||
component ExternalMedia(media *arn.ExternalMedia)
|
||||
iframe.lazy(data-src=media.EmbedLink(), allowfullscreen="allowfullscreen")
|
||||
iframe.lazy(data-src=media.EmbedLink(), allowfullscreen)
|
Reference in New Issue
Block a user