fullscreen
This commit is contained in:
parent
39988f20f3
commit
71a6007ad1
@ -1,5 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<style>body { margin: 0px; }</style>
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/video.js/{{ videojs_version }}/video-js.css">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@silvermine/videojs-chromecast@latest/dist/silvermine-videojs-chromecast.css">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/video.js/{{ videojs_version }}/video.min.js"></script>
|
||||
|
@ -16,6 +16,8 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||
options.controls = true;
|
||||
options.liveui = true;
|
||||
options.responsive = true;
|
||||
options.fluid = true;
|
||||
options.fill = true;
|
||||
options.techOrder = ["chromecast", "html5"];
|
||||
options.plugins = {};
|
||||
options.plugins.chromecast = {};
|
||||
|
Loading…
Reference in New Issue
Block a user