Add link to open embedded page in new tab

This commit is contained in:
Stephan Messlinger 2020-09-20 20:05:33 +02:00
parent 41d2546f92
commit 297537e7f6

View File

@ -10,7 +10,9 @@
<video id="player" class="video-js vjs-default-skin" controls preload="none" style="max-width:95%;"> <video id="player" class="video-js vjs-default-skin" controls preload="none" style="max-width:95%;">
<source src="/stream/space.m3u8" /> <source src="/stream/space.m3u8" />
</video> </video>
<a href="https://imaginaerraum.de/live.html" target="_blank">In eigenem Tab öffnen</a> <a href="https://imaginaerraum.de/live.html" target="_blank" style="text-align:center">
In neuem Tab öffnen
</a>
<script>var player = videojs('#player', {fluid:true, fullScreen: {navigationUI: "show"}});</script> <script>var player = videojs('#player', {fluid:true, fullScreen: {navigationUI: "show"}});</script>
</body> </body>
</html> </html>