<video
  id="{{innerVideoID}}"
  class="video"

  src="{{finalSrc}}"
  data-src="{{src}}"

  duration="{{duration}}"
  controls="{{controls}}"
  autoplay="{{autoplay}}"
  loop="{{loop}}"
  muted="{{muted}}"
  initial-time="{{initialTime}}"
  page-gesture="{{pageGesture}}"
  direction="{{direction}}"
  show-progress="{{showProgress}}"
  show-fullscreen-btn="{{showFullscreenBtn}}"
  show-play-btn="{{showPlayBtn}}"
  enable-progress-gesture="{{enableProgressGesture}}"
  object-fit="{{objectFit}}"
  poster="{{poster}}"
  show-mute-btn="{{showMuteBtn}}"
  title="{{title}}"
  play-btn-position="{{playBtnPosition}}"
  enable-play-gesture="{{enablePlayGesture}}"
  auto-pause-if-navigate="{{autoPauseIfNavigate}}"
  auto-pause-if-open-native="{{autoPauseIfOpenNative}}"
  vslide-gesture-in-fullscreen="{{vslideGestureInFullscreen}}"
  ad-unit-id="{{adUnitId}}"
  poster-for-crawler="{{posterForCrawler}}"
  show-casting-button="{{showCastingButton}}"
  picture-in-picture-show-progress="{{pictureInPictureShowProgress}}"
  show-screen-lock-button="{{showScreenLockButton}}"

  bind:play="proxyEvent"
  bind:pause="proxyEvent"
  bind:ended="proxyEvent"
  bind:timeupdate="proxyEvent"
  bind:fullscreenchange="proxyEvent"
  bind:error="proxyEvent"
  bind:rendererror="proxyEvent"
></video>
