Skip to content

Commit

Permalink
enable the Watermark in the playground
Browse files Browse the repository at this point in the history
  • Loading branch information
stonko1994 committed Jan 15, 2025
1 parent 9e83224 commit 51d0563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ <h4 class="card-title">
// {title: 'Recommendation 12: Ain\'t no better video than this', url: 'http://bitmovin.com', thumbnail: 'http://placehold.it/300x300', duration: 34}
// ],
// seekbarSnappingRange: 0,
includeWatermark: true,
};

var player;
Expand Down
2 changes: 1 addition & 1 deletion src/html/simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
};

var player = new bitmovin.player.Player(document.getElementById('player'), conf);
var uiManager = bitmovin.playerui.UIFactory.buildDefaultUI(player, {});
var uiManager = bitmovin.playerui.UIFactory.buildUI(player, { includeWatermark: true });
player.load(source);
</script>
</body>
Expand Down

0 comments on commit 51d0563

Please sign in to comment.