ashishsthanp

Header Video Stop Autoplay

Sep 18th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. jQuery( document ).ready( function() {
  2. jQuery( document ).on( 'wp-custom-header-video-loaded', function() {
  3. jQuery("#wp-custom-header-video").attr('autoplay',false);
  4. });
  5. });
Add Comment
Please, Sign In to add comment