您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
472B

  1. <html>
  2. <title> Video For you </title>
  3. <body style="margin:0px">
  4. <style> iframe {width: 100vw; height: 100vh; overflow:hidden;} </style>
  5. <iframe src="https://player.vimeo.com/video/583797556?autoplay=1&loop=1&autopause=0&background=1&muted=1"
  6. scrolling="no" frameborder="0"
  7. style="width: 100vw; height: 100vh; overflow:hidden;"
  8. allow="autoplay; fullscreen"
  9. webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
  10. </body>
  11. </html>