Skip to content

Commit

Permalink
chore(test page): slight change to keep the page in sync with the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
towerz committed Mar 27, 2018
1 parent 860a25f commit 370b7fa
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@

var player = new Clappr.Player({
source: 'http://clappr.io/highline.mp4',
baseUrl: '/latest',
poster: 'http://clappr.io/poster.png',
mute: true,
height: 360,
Expand All @@ -66,9 +65,6 @@
</div>
</section>
<footer class="footer"></footer>
<script type="text/javascript" charset="utf-8" src="latest/clappr.js"></script>
<script type="text/javascript" charset="utf-8" src="j/main.js"></script>
<script type="text/javascript" charset="utf-8" src="j/editor/ace.js"></script>
<script>
var urlParams;
(function() {
Expand All @@ -90,7 +86,7 @@

var player = new Clappr.Player({
source: urlParams.src || 'http://clappr.io/highline.mp4',
poster: 'http://clappr.io/poster.png',
poster: urlParams.poster || 'http://clappr.io/poster.png',
mute: true,
height: 360,
width: 640
Expand Down

0 comments on commit 370b7fa

Please sign in to comment.