diff --git a/resources/css/bem/artist.less b/resources/css/bem/artist.less index 3d976b05d62..2c5994ffad5 100644 --- a/resources/css/bem/artist.less +++ b/resources/css/bem/artist.less @@ -160,12 +160,17 @@ } &__video { - margin-top: 20px; - max-width: 100%; + position: absolute; + width: 100%; + height: 100%; border-radius: @border-radius-large; overflow: hidden; } + &__video-wrapper { + margin-top: 20px; + } + &__white-link { .link-white(); .link-plain(); diff --git a/resources/views/artists/show.blade.php b/resources/views/artists/show.blade.php index 5972d88313f..f9247f687ae 100644 --- a/resources/views/artists/show.blade.php +++ b/resources/views/artists/show.blade.php @@ -48,7 +48,9 @@ {!! markdown($artist->description) !!} @if ($artist->video_url !== null) - +
+ +
@endif @if (count($json['albums']) > 0)