<!DOCTYPE html>
<html lang="en">
<head>
<title>Video Player documentation</title>
</head>
<body>
<!-- dark-mode="false" - to disable dark mode -->
<!-- sync="true" - to enable sync mode -->
<velt-video-player
src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/Sintel.mp4"
dark-mode="false"
sync="true"
>
</velt-video-player>
</body>
</html>