diff --git a/previewers/betatest/css/preview.css b/previewers/betatest/css/preview.css index 7be0bf8..943e84f 100644 --- a/previewers/betatest/css/preview.css +++ b/previewers/betatest/css/preview.css @@ -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 { @@ -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%; -} \ No newline at end of file