Cloudinary Video Player

HDR

Full documentation

Example Code:

      
        <video
          id="player"
          playsinline
          controls
          muted
          autoplay
          class="cld-video-player"
          width="500">
        </video>
      
      
        player = cloudinary.videoPlayer('player', { cloud_name: 'prod' });
        player.source('video/examples/hdr', { hdr: true, info: { title: 'HDR' } });