如何将缩略图链接到新页面上的视频

How to link thumbnail to a video on a new page

本文关键字:新页面 的视频 链接 略图      更新时间:2023-09-26

当我点击缩略图时,我想打开另一个带有该缩略图视频的网页。我该怎么做?谢谢你抽出时间。

<a style="
  background: url('*Thumbnail URL*');
  background-size: cover;
  background-position: center;
  height: 270px;
  width: 540px;"
href="*Video URL*"></a>

*Thumbail URL*<插入要使用的缩略图的位置。

*Video URL*<插入要引导用户观看的视频的位置。