diff --git a/web/src/components/VideoPlayer.jsx b/web/src/components/VideoPlayer.jsx
index 2ef534464..49a79d38f 100644
--- a/web/src/components/VideoPlayer.jsx
+++ b/web/src/components/VideoPlayer.jsx
@@ -93,7 +93,8 @@ export default function VideoPlayer({ children, options, seekOptions = {}, onRea
return (
-
+ {/* Setting an empty data-setup is required to override the default values and allow video to be fit the size of its parent */}
+
{children}
);
diff --git a/web/src/routes/Events.jsx b/web/src/routes/Events.jsx
index 729087101..b6c6fa77f 100644
--- a/web/src/routes/Events.jsx
+++ b/web/src/routes/Events.jsx
@@ -494,7 +494,7 @@ export default function Events({ path, ...props }) {
{viewEvent !== event.id ? null : (
-
+
{event.has_clip ? (
<>
Clip