aboutsummaryrefslogtreecommitdiffstats
path: root/demo/dist/demo.js
diff options
context:
space:
mode:
Diffstat (limited to 'demo/dist/demo.js')
-rw-r--r--demo/dist/demo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/dist/demo.js b/demo/dist/demo.js
index 4b8071b0..30103056 100644
--- a/demo/dist/demo.js
+++ b/demo/dist/demo.js
@@ -9821,7 +9821,7 @@ typeof navigator === "object" && (function () {
player.media = replaceElement(container, player.media); // Id to poster wrapper
var posterSrc = function posterSrc(format) {
- return "https://img.youtube.com/vi/".concat(videoId, "/").concat(format, "default.jpg");
+ return "https://i.ytimg.com/vi/".concat(videoId, "/").concat(format, "default.jpg");
}; // Check thumbnail images in order of quality, but reject fallback thumbnails (120px wide)