From 26256271dc5b1f36ccc62d32765046616d48c7a5 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Thu, 2 Jun 2022 05:55:24 -0600 Subject: [PATCH] Clarify comment --- web/src/components/VideoPlayer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/VideoPlayer.jsx b/web/src/components/VideoPlayer.jsx index 35d72c68b..49a79d38f 100644 --- a/web/src/components/VideoPlayer.jsx +++ b/web/src/components/VideoPlayer.jsx @@ -93,7 +93,7 @@ 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 resizable */} + {/* Setting an empty data-setup is required to override the default values and allow video to be fit the size of its parent */}