diff --git a/resources/css/bem/artist.less b/resources/css/bem/artist.less index e25a6bd7350..3d976b05d62 100644 --- a/resources/css/bem/artist.less +++ b/resources/css/bem/artist.less @@ -161,6 +161,7 @@ &__video { margin-top: 20px; + max-width: 100%; border-radius: @border-radius-large; overflow: hidden; } diff --git a/resources/views/artists/show.blade.php b/resources/views/artists/show.blade.php index a589dcb2c7a..5972d88313f 100644 --- a/resources/views/artists/show.blade.php +++ b/resources/views/artists/show.blade.php @@ -48,11 +48,7 @@ {!! markdown($artist->description) !!} @if ($artist->video_url !== null) -
-
- -
-
+ @endif @if (count($json['albums']) > 0)