Skip to content

Commit

Permalink
Fix: add min-width to video
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Chan committed Aug 31, 2018
1 parent 863be29 commit a6e84f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/viewers/media/Dash.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
video {
cursor: none;
display: block;
min-width: 460px;
max-height: 100%;
max-width: 100%;
width: 100%;
Expand Down

0 comments on commit a6e84f3

Please sign in to comment.