Skip to content

Commit

Permalink
examples: upgrade custom media elements to v1 (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
luwes authored Apr 17, 2023
1 parent 33cd238 commit b894476
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/vanilla/media-elements/jwplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
margin-top: 20px;
}
</style>
<script type="module" src="https://cdn.jsdelivr.net/npm/jwplayer-video-element@0.2/+esm"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/jwplayer-video-element@1.0/+esm"></script>
<script type="module" src="../../../dist/index.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/media-elements/videojs.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
margin-top: 20px;
}
</style>
<script type="module" src="https://cdn.jsdelivr.net/npm/videojs-video-element@0.2/+esm"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/videojs-video-element@1.0/+esm"></script>
<script type="module" src="../../../dist/index.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/media-elements/vimeo.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
margin-top: 20px;
}
</style>
<script type="module" src="https://cdn.jsdelivr.net/npm/vimeo-video-element@0.2/+esm"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/vimeo-video-element@1.0/+esm"></script>
<script type="module" src="../../../dist/index.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/vanilla/media-elements/wistia.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
margin-top: 20px;
}
</style>
<script type="module" src="https://cdn.jsdelivr.net/npm/wistia-video-element@0.2/+esm"></script>
<script type="module" src="https://cdn.jsdelivr.net/npm/wistia-video-element@1.0/+esm"></script>
<script type="module" src="../../../dist/index.js"></script>
</head>
<body>
Expand Down

2 comments on commit b894476

@vercel
Copy link

@vercel vercel bot commented on b894476 Apr 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on b894476 Apr 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.