From 0f52e420178168e13c7e26f103e27dc070ef10b9 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Fri, 17 Oct 2025 20:07:09 +0300 Subject: [PATCH] chore(collection/presentation): increase video size --- apps/client/src/widgets/collections/presentation/slidejs.css | 5 +++++ 1 file changed, 5 insertions(+) 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