Skip to content

Commit

Permalink
Merge pull request #96 from DANS-KNAW-jp/video-css-cleanup
Browse files Browse the repository at this point in the history
cleanup of video css
  • Loading branch information
qqmyers authored Feb 3, 2025
2 parents 56d6924 + 98ae8a5 commit d99cbc5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions previewers/betatest/css/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ This has been done for the Rich Html Previewer, which also has the reverse issue
min-width: 600px;
display: table;
max-width: 100%;
max-height: 100%;
}

#logo {
Expand Down Expand Up @@ -205,8 +206,3 @@ This has been done for the Rich Html Previewer, which also has the reverse issue
word-break: break-all;
overflow-y: auto;
}

.preview video{
max-width: 100%;
max-height: 100%;
}

0 comments on commit d99cbc5

Please sign in to comment.