Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <!-- START: Mobile Autoplay Video -->
  2. <script>
  3. var mobilevideo = document.getElementsByTagName("video")[0];
  4. mobilevideo.setAttribute("playsinline", "");
  5. mobilevideo.setAttribute("muted", "");
  6. </script>
  7. <!-- END: Mobile Autoplay Video -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement