Embedded Player Test

Large Player (960x650)

Iframe Code

<iframe
  src=""
  style="width: 960px; height: 650px; border: none; border-radius: 8px; background-color: #000; overflow: hidden;"
  scrolling="no"
  allow="fullscreen"
  title="Dized Tutorial Player"
/>

Small Player (480x350)

Small Iframe Code

<iframe
  src=""
  style="width: 480px; height: 350px; border: none; border-radius: 8px; background-color: #000; overflow: hidden;"
  scrolling="no"
  allow="fullscreen"
  title="Dized Tutorial Player"
/>