clappr/clappr-core

Controls Show animated sin graph

hiwaveSupport opened this issue · 0 comments

**What do you want to do with Clap
Play server hosted mp4, webm files.

What have you tried so far?

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/clappr@latest/dist/clappr.min.js"> </script>
      <div id="player"></div>
      <script>
        var player = new Clappr.Player({
          source: "https://file-examples.com/storage/fee3d1095964bab199aee29/2017/04/file_example_MP4_640_3MG.mp4",
          parentId: "#player",
          
        });
      </script>

image

Issue is that it does not show the controls properly. Is this something I need to enable?