You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2025. It is now read-only.
I am new here. I don't have much knowledge about coding. I want to know how to add video level 720P, 480P, 1080P into the HTML code of Clappr. Here is the code that I am currently using into my WP:
<script type="text/javascript" src="https://cdn.jsdelivr.net/clappr.level-selector/latest/level-selector.min.js"></script>
<script>
player = new Clappr.Player({
source: "My Video URL",
mimeType: "application/x-mpegURL",
autoPlay: true,
height: "100%",
width: "100%",
plugins: {"core": [LevelSelector]},
parentId: "#vid"});
</script>
Also, please let me know how can I place ads code into the player.
Hi there,
I am new here. I don't have much knowledge about coding. I want to know how to add video level 720P, 480P, 1080P into the HTML code of Clappr. Here is the code that I am currently using into my WP:
<script type="text/javascript" src="https://cdn.jsdelivr.net/clappr.level-selector/latest/level-selector.min.js"></script> <script> player = new Clappr.Player({ source: "My Video URL", mimeType: "application/x-mpegURL", autoPlay: true, height: "100%", width: "100%", plugins: {"core": [LevelSelector]}, parentId: "#vid"}); </script>Also, please let me know how can I place ads code into the player.
Any reply will be highly appreciated.
Thanks in advance.