Guest User

Untitled

a guest
Jun 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <script>
  2. jQuery(document).ready(function(){
  3. if(jQuery('.et_pb_video_box').length !== 0){
  4. jQuery('.et_pb_video_box').find('video').get(0).play();
  5. jQuery('.et_pb_video_box').find('video').prop('controls', false);
  6. }
  7. });
  8. </script>
Add Comment
Please, Sign In to add comment