Use bigger video size on soundtrack pages
This commit is contained in:
parent
82bb1e7fc0
commit
2c5600921c
@ -11,8 +11,8 @@ component Track(track *arn.SoundTrack, user *arn.User)
|
|||||||
each media in track.Media
|
each media in track.Media
|
||||||
.widget.mountable
|
.widget.mountable
|
||||||
h3.widget-title= media.Service
|
h3.widget-title= media.Service
|
||||||
.sound-track-media
|
.sound-track-media.video-container
|
||||||
ExternalMedia(media)
|
iframe.lazy.video(data-src=media.EmbedLink(), allowfullscreen="allowfullscreen")
|
||||||
|
|
||||||
.widget.mountable
|
.widget.mountable
|
||||||
h3.widget-title Anime
|
h3.widget-title Anime
|
||||||
|
Loading…
Reference in New Issue
Block a user