Advertisement
nononono2

Untitled

Apr 29th, 2025
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. <html>
  2. <head>
  3. <body>
  4.  
  5.  
  6. <div class="yt-embed-holder">
  7. <iframe width="560" height="315" src="https://www.youtube.com/embed/W8pq5QZh6qs?si=jLMSe3R_tlkwNVmG&autoplay=1&mute=1&start=1&showinfo=0&loop=1&controls=0&color=white&modestbranding=0&rel=0&playsinline=1&enablejsapi=1&playlist=W8pq5QZh6qs" title="YouTube video player" frameborder="0"
  8. allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture;
  9. web-share" allowfullscreen></iframe>
  10. </div>
  11.  
  12. <style>
  13. body{
  14. background-color: #FFFFFF;
  15. }
  16. .yt-embed-holder{
  17. width: 100%;
  18. overflow: hidden;
  19. aspect-ratio: 16/9;
  20. pointer-events: none;
  21. }
  22.  
  23. .yt-embed-holder iframe{
  24. width: 300%;
  25. height: 100%;
  26. margin-left: -100%
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement