Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

video #14

Open
xgqfrms-GitHub opened this issue Dec 1, 2019 · 0 comments
Open

video #14

xgqfrms-GitHub opened this issue Dec 1, 2019 · 0 comments

Comments

@xgqfrms-GitHub
Copy link
Contributor

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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant