Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- video {
- display: block;
- margin: 0 auto;
- width: 100%;
- height: 50%;
- }
- </style>
- <video autoplay loop playsinline muted>
- <source src="VIDEO URL HERE">
- </video>
Advertisement
Advertisement