diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index e5e8d2ec..b693d593 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,7 @@ <link rel="stylesheet" href="https://cdn.plyr.io/1.1.13/plyr.css?1"> <!-- Docs styles --> - <link rel="stylesheet" href="https://cdn.plyr.io/1.1.13/docs.css?1"> + <link rel="stylesheet" href="https://cdn.plyr.io/1.1.13/docs.css?2"> </head> <body> <header> @@ -32,7 +32,7 @@ <main> <section class="example-video"> <div class="player"> - <video poster="https://cdn.selz.com/plyr/1.0/poster.jpg" controls crossorigin> + <video poster="https://cdn.plyr.io/static/poster.jpg" controls crossorigin> <!-- Video files --> <source src="https://cdn.selz.com/plyr/1.0/movie.mp4" type="video/mp4"> <source src="https://cdn.selz.com/plyr/1.0/movie.webm" type="video/webm"> |