Guest User

Untitled

a guest
Nov 23rd, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <script>
  2. jQuery(document).ready(function(){
  3. if(jQuery('.custom_video .et_pb_video_box').length !== 0)
  4. jQuery('.custom_video .et_pb_video_box').find('video').get(0).play();
  5. });
  6. </script>
Add Comment
Please, Sign In to add comment