亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Vue登錄主頁動態背景短視頻制作

發布時間:2020-09-25 14:56:25 來源:腳本之家 閱讀:505 作者:`花花` 欄目:web開發

本文實例為大家分享了Vue制作登錄主頁動態背景短視頻的具體代碼,供大家參考,具體內容如下

一、HTML代碼

<source src="../assets/video/G1s.mp4" type="video/mp4"/>

注:src的路徑根據自己的需要改變;

video標簽無法自動播放 刷新后無法自動播放;

解決方法:給video標簽添加muted屬性,可寫為muted或完整寫法:muted=“muted”

<template>
 <div class="homepage-hero-module">
  <div class="video-container">
  <div : class="filter">
   <!--內容-->
  </div>
  <video : autoplay loop muted class="fillWidth" v-on:canplay="canplay">
   <source src="../assets/video/G1s.mp4" type="video/mp4"/>
   瀏覽器不支持 video 標簽,建議升級瀏覽器。
   <source src="../assets/video/G1w.webm" type="video/webm"/>
   瀏覽器不支持 video 標簽,建議升級瀏覽器。
  </video>
  <div class="poster hidden" v-if="!vedioCanPlay">
   <img : src="../assets/video/G1.jpg" alt="">
  </div>
  </div>
 </div>
</template>

二、css代碼

<style scoped>
 .homepage-hero-module,
 .video-container {
 position: relative;
 height: 100vh;
 overflow: hidden;
 }
 
 .video-container .poster img{
 z-index: 0;
 position: absolute;
 }
 
 .video-container .filter {
 z-index: 1;
 position: absolute;
 background: rgba(0, 0, 0, 0.4);
 width: 100%;
 }
 
 .fillWidth {
 width: 100%;
 }
</style>

三、JavaScript----代碼

name: '  ***  '   自定義

export default {
 name: 'Video',
 data() {
  return {
  vedioCanPlay: false,
  fixStyle: ''
  }
 },
 methods: {
  canplay() {
  this.vedioCanPlay = true
  }
 },
 mounted: function() { //屏幕自適應
  window.onresize = () => {
  const windowWidth = document.body.clientWidth
  const windowHeight = document.body.clientHeight
  const windowAspectRatio = windowHeight / windowWidth
  let videoWidth
  let videoHeight
  if (windowAspectRatio < 0.5625) {
   videoWidth = windowWidth
   videoHeight = videoWidth * 0.5625
   this.fixStyle = {
   height: windowWidth * 0.5625 + 'px',
   width: windowWidth + 'px',
   'margin-bottom': (windowHeight - videoHeight) / 2 + 'px',
   'margin-left': 'initial'
   }
  } else {
   videoHeight = windowHeight
   videoWidth = videoHeight / 0.5625
   this.fixStyle = {
   height: windowHeight + 'px',
   width: windowHeight / 0.5625 + 'px',
   'margin-left': (windowWidth - videoWidth) / 2 + 'px',
   'margin-bottom': 'initial'
   }
  }
  }
  window.onresize()
 }
 }

四、效果演示

由于上傳大小限制,只能剪短的gif動畫了。

Vue登錄主頁動態背景短視頻制作

五、HTML版

視頻呢下載和html版代碼在官網最下方:https://coverr.co

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

资源县| 长乐市| 兴和县| 将乐县| 车险| 岗巴县| 柘城县| 全南县| 华阴市| 金堂县| 佛教| 山东省| 昌江| 伊金霍洛旗| 隆德县| 抚远县| 恩施市| 家居| 开原市| 顺昌县| 淄博市| 新乡县| 增城市| 夹江县| 鲁山县| 孝感市| 镶黄旗| 佛坪县| 潍坊市| 贡山| 连城县| 新晃| 保靖县| 右玉县| 航空| 松江区| 遵义县| 秭归县| 阿克| 鹰潭市| 宜州市|