Guest User

Untitled

a guest
Jun 22nd, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <iframe width="100%" height="600" src="https://www.youtube.com/embed/aaa?autoplay=1&rel=0&showinfo=0&mute=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  2.  
  3. <script>
  4. var $iframe=$(this).find('iframe');
  5. if ($iframe.data('src')){ // only do it once per iframe
  6. $iframe.prop('src', $iframe.data('src')).data('src', false);
  7. }
  8. </script>
Add Comment
Please, Sign In to add comment