Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Controls Show animated sin graph #104

Open
hiwaveSupport opened this issue Jul 28, 2023 · 0 comments
Open

Controls Show animated sin graph #104

hiwaveSupport opened this issue Jul 28, 2023 · 0 comments
Labels
question Further information is requested

Comments

@hiwaveSupport
Copy link

**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?

@hiwaveSupport hiwaveSupport added the question Further information is requested label Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant