export default function App() { return ( <div> <video data-sync-video-player="true"></video> </div> ); }
Video Player Sync
data-sync-video-player="true"
<div> <video data-sync-video-player="true"></video> </div>
Add the data-sync-video-player attribute to your video player
Was this page helpful?