Skip to content

Commit

Permalink
Merge pull request #89 from DANS-KNAW-jp/11014-video-size
Browse files Browse the repository at this point in the history
max 100% width/height for video previewer
  • Loading branch information
qqmyers authored Nov 14, 2024
2 parents 6ee7f2b + bb6cd64 commit d1b7de0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions previewers/betatest/css/preview.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,9 @@ This has been done for the Rich Html Previewer, which also has the reverse issue
max-height: 500px;
word-break: break-all;
overflow-y: auto;
}

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

0 comments on commit d1b7de0

Please sign in to comment.