Clarify comment

This commit is contained in:
Nick Mowen 2022-06-02 05:55:24 -06:00
parent 98e240d450
commit 26256271dc

View File

@ -93,7 +93,7 @@ export default function VideoPlayer({ children, options, seekOptions = {}, onRea
return (
<div data-vjs-player>
{/* 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 */}
<video ref={playerRef} className="small-player video-js vjs-default-skin" data-setup="{}" controls playsinline />
{children}
</div>