📜  javascript代码示例中悬停时的动态缩略图

📅  最后修改于: 2022-03-11 15:03:03.497000             🧑  作者: Mango

代码示例1
.vjs-control-bar .vjs-thumbnail {
  position: absolute;
  width: 158px;
  height: 90px;
  top: -100px;
  background-color: #000;
  display: none;
}