xgqfrms / HTML5

HTML 5 :heart: :rocket: 🎅 ❄ 🎄 🎁 🔀 ⛄ 🔔
https://html5.xgqfrms.xyz
7 stars 14 forks source link

video #14

Open xgqfrms-GitHub opened 4 years ago

xgqfrms-GitHub commented 4 years ago

video

https://www.w3schools.com/html/html5_video.asp

https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_video_all

    <video width="400" height="300" controls>
        <source src="https://cdn.xgqfrms.xyz/apple/ipadpro-hidden-bluetooth-bug.mp4" type="video/mp4">
        <source src="https://cdn.xgqfrms.xyz/apple/ipadpro-hidden-bluetooth-bug.ogg" type="video/ogg">
        <p class="video-fallback">Your browser does not support the video tag.</p>
    </video>

https://www.w3schools.com/css/css_rwd_videos.asp


video {
  width: 100%;
  height: auto;
}