【CSS】css 背景視頻

效果

image

實現

    <video autoplay muted loop>
      <source src="@/assets/res-kg/video-kg.mp4" type="video/mp4" />
    </video>
  video {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章