aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/test-embed.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-12-17 14:20:43 +0100
committerChocobozzz <me@florianbigard.com>2019-12-18 10:14:23 +0100
commit6377a9f2b0f762be9af61f46b4f0a9efd0c4b7c2 (patch)
treec632833f4275df8d75a6df55fe8673a7dec7c0ec /client/src/standalone/videos/test-embed.html
parentc3b937916711136cb1ce974f769205439a3d2e04 (diff)
downloadPeerTube-6377a9f2b0f762be9af61f46b4f0a9efd0c4b7c2.tar.gz
PeerTube-6377a9f2b0f762be9af61f46b4f0a9efd0c4b7c2.tar.zst
PeerTube-6377a9f2b0f762be9af61f46b4f0a9efd0c4b7c2.zip
Fix test embed page
Diffstat (limited to 'client/src/standalone/videos/test-embed.html')
-rw-r--r--client/src/standalone/videos/test-embed.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/standalone/videos/test-embed.html b/client/src/standalone/videos/test-embed.html
index a60ba2899..20cdbdc5f 100644
--- a/client/src/standalone/videos/test-embed.html
+++ b/client/src/standalone/videos/test-embed.html
@@ -25,6 +25,8 @@
25 <button onclick="player.play()">Play</button> 25 <button onclick="player.play()">Play</button>
26 <button onclick="player.pause()">Pause</button> 26 <button onclick="player.pause()">Pause</button>
27 <button onclick="player.seek(parseInt(prompt('Enter position to seek to (in seconds)')))">Seek</button> 27 <button onclick="player.seek(parseInt(prompt('Enter position to seek to (in seconds)')))">Seek</button>
28 <button onclick="player.setVolume(0)">Mute</button>
29 <button onclick="player.setVolume(1)">Unmute</button>
28 </div> 30 </div>
29 <br/> 31 <br/>
30 32
@@ -39,6 +41,11 @@
39 <legend>Rates:</legend> 41 <legend>Rates:</legend>
40 <div id="rate-list"></div> 42 <div id="rate-list"></div>
41 </fieldset> 43 </fieldset>
44
45 <fieldset>
46 <legend>Volume</legend>
47 <div id="volume"></div>
48 </fieldset>
42 </div> 49 </div>
43 50
44 </div> 51 </div>