EduardET

muted bg video

Dec 15th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.     (function($) {
  3.     $(document).ready(function() {
  4.         var bgVideo = $(".wpc-muted-bg .mejs-mediaelement video");
  5.         bgVideo.prop("muted", true);
  6.     });
  7. })(jQuery);
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment