test.html 373 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Document</title>
  7. <style>
  8. html,body{
  9. width: 100%;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14. <video src="https://4dscene.4dage.com/new4dkk/mobile/video/homevideo/v2.mp4" style="width: 100%;" autoplay></video>
  15. </body>
  16. </html>