Pro Mode

Vimeo Pro embed demo

With the new Vimeo embed features, chromeless player features are possible automatically. Free user videos will attempt to display a controlbar.

    <div class="flex w-full h-auto my-auto">
          <div id="pro-mode" class=""></div>
  </div>
  <script type="text/javascript">
  	var player = jwplayer("pro-mode").setup({
    "aspectratio": "16:9",
    "playbackRateControls": true,
    "sources": [
        {
            "file": "https://vimeo.com/59777392",
            "type": "mp4"
        }
    ],
    "vimeo": {
        "pro": true
    },
    "width": "100%"
});
  </script>