Skip to content

Commit

Permalink
Deploying to gh-pages from @ 95861ce 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Jun 6, 2024
1 parent d27bc42 commit cfc419f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions assets/index-DcAZLqpf.js → assets/index-C3rWSchD.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
}(window.location));
</script>
<!-- End Single Page Apps for GitHub Pages -->
<script type="module" crossorigin src="./assets/index-DcAZLqpf.js"></script>
<script type="module" crossorigin src="./assets/index-C3rWSchD.js"></script>
<link rel="modulepreload" crossorigin href="./assets/core-demo-header-component-BkP0G6v2.js">
<link rel="stylesheet" crossorigin href="./assets/index-vri5zw-r.css">
</head>

<body>
<demo-dialog>
<video-js id="demo-player" class="pillarbox-js" controls crossorigin="anonymous"></video-js>
<video-js id="demo-player" class="pillarbox-js" controls></video-js>
</demo-dialog>

<demo-header></demo-header>
Expand Down
2 changes: 1 addition & 1 deletion static/showcases/blocked-segment.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="showcase-content">
<h2>Detect blocked segment</h2>
<div class="video-container">
<video-js id="video-element-id" class="pillarbox-js" controls crossorigin="anonymous"></video-js>
<video-js id="video-element-id" class="pillarbox-js" controls></video-js>
</div>

<button class="showcase-btn" id="close-btn">Close this window</button>
Expand Down
2 changes: 1 addition & 1 deletion static/showcases/chapters.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="showcase-content">
<h2>Display Current Chapter</h2>
<div class="video-container">
<video-js id="video-element-id" class="pillarbox-js" controls crossorigin="anonymous"></video-js>
<video-js id="video-element-id" class="pillarbox-js" controls></video-js>
</div>

<button class="showcase-btn" id="close-btn">Close this window</button>
Expand Down
4 changes: 2 additions & 2 deletions static/showcases/multi-player.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<h2>Multiple players</h2>

<div class="video-container">
<video-js id="main-player" class="pillarbox-js" controls crossorigin="anonymous"></video-js>
<video-js id="main-player" class="pillarbox-js" controls></video-js>
</div>

<button class="showcase-btn" id="toggle-player">Toggle main player</button>

<div class="video-container">
<video-js id="second-player" class="pillarbox-js" controls crossorigin="anonymous"></video-js>
<video-js id="second-player" class="pillarbox-js" controls></video-js>
</div>

<button class="showcase-btn" id="close-btn">Close this window</button>
Expand Down
2 changes: 1 addition & 1 deletion static/showcases/skip-credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="showcase-content">
<h2>Skip Credits</h2>
<div class="video-container">
<video-js id="video-element-id" class="pillarbox-js" controls crossorigin="anonymous"></video-js>
<video-js id="video-element-id" class="pillarbox-js" controls></video-js>
</div>

<button class="showcase-btn" id="close-btn">Close this window</button>
Expand Down
2 changes: 1 addition & 1 deletion static/showcases/start-time.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="showcase-content">
<h2>Start the player at a given position</h2>
<div class="video-container">
<video-js id="video-element-id" class="pillarbox-js" controls crossorigin="anonymous"></video-js>
<video-js id="video-element-id" class="pillarbox-js" controls></video-js>
</div>

<button class="showcase-btn" id="close-btn">Close this window</button>
Expand Down

0 comments on commit cfc419f

Please sign in to comment.