在加载视频之前将Youtube视频缩略图设置为背景图像

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在加载视频之前将Youtube视频缩略图设置为背景图像相关的知识,希望对你有一定的参考价值。

我想知道在加载视频之前是否可以看到Youtube视频缩略图?

这是我现在所拥有的一个例子:

<html>
  <head>
    <style>
    .video-background {
      position: fixed;
      top: 0; right: 0; bottom: 0; left: 0;
      z-index: -99;
    }
    .video-foreground,
    .video-background iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
    }
    @media (min-aspect-ratio: 16/9) {
      .video-foreground { height: 300%; top: -100%; }
    }
    @media (max-aspect-ratio: 16/9) {
      .video-foreground { width: 300%; left: -100%; }
    }
    </style>
  </head>
  <body>
    <div class="video-background">
        <div class="video-foreground">
          <iframe src="https://www.youtube.com/embed/PR97m89_s4c?controls=0&showinfo=0&rel=0&autoplay=1&loop=1&playlist=PR97m89_s4c" frameborder="0" allowfullscreen></iframe>
        </div>
      </div>
  </body>
</html>

https://codepen.io/jacksonjack/pen/VypELM

它加载视频,但加载时的前2-3秒是黑屏。

建议?

答案

您应该使用一些JS代码来阻止加载时间,如5秒,然后显示视频...在打开加载的视频时添加淡入淡出并完成:)

以上是关于在加载视频之前将Youtube视频缩略图设置为背景图像的主要内容,如果未能解决你的问题,请参考以下文章

Youtube 未加载高分辨率缩略图

Youtube没有加载高分辨率缩略图

获取 YouTube 视频缩略图并将其与 PHP 一起使用

从youtube嵌入缩略图和视频(php - Wordpress)

如何使用 php 获取 youtube 和 vimeo 嵌入代码的视频缩略图?

嵌入 YouTube 缩略图