diff --git a/apps/client/src/widgets/collections/presentation/slidejs.css b/apps/client/src/widgets/collections/presentation/slidejs.css index 0df99d3ed..4fee508f2 100644 --- a/apps/client/src/widgets/collections/presentation/slidejs.css +++ b/apps/client/src/widgets/collections/presentation/slidejs.css @@ -21,4 +21,9 @@ span.text-huge { font-size: 2em; } footer.file-footer { display: none !important; +} + +.reveal video { + max-width: unset; + max-height: unset; } \ No newline at end of file