Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <!-- No Related Youtube videos -->
  2. <script>
  3. jQuery(document).ready(function($){
  4. setTimeout(function(){
  5. $('.fluid-width-video-wrapper iframe').each(function(){
  6. var videoURL = $(this).prop('src');
  7. videoURL = videoURL + "&rel=0&modestbranding=1";
  8. $(this).prop('src','');
  9. $(this).prop('src',videoURL);
  10. });
  11. }, 1000);
  12. });
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement