Skip to content

Commit

Permalink
Merge pull request #10780 from venix12/artist-video-fixed-ratio
Browse files Browse the repository at this point in the history
Use fixed size/ratio for artist video
  • Loading branch information
notbakaneko authored Dec 4, 2023
2 parents 2d02394 + 9c84b5c commit 282b291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/css/bem/artist.less
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@

&__video {
margin-top: 20px;
max-width: 100%;
aspect-ratio: 16 / 9;
width: 100%;
border-radius: @border-radius-large;
overflow: hidden;
}
Expand Down

0 comments on commit 282b291

Please sign in to comment.