Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Loop Divi Video Module -->
- <script>
- jQuery(document).ready(function() {
- if (jQuery('.divi-loop .et_pb_video_box').length !== 0) {
- jQuery('.lwp-video-autoplay .et_pb_video_box').find('video').prop('muted', true);
- jQuery(".divi-loop .et_pb_video_box").find('video').attr('loop', 'loop');
- jQuery(".divi-loop .et_pb_video_box").find('video').attr('playsInline', '');
- jQuery(".divi-loop .et_pb_video_box").each(function() {
- jQuery(this).find('video').get(0).play();
- });
- jQuery('.divi-loop .et_pb_video_box').find('video').removeAttr('controls');
- }
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement