by Heartfelt Financial Solutions | Sep 4, 2018 | Accumulation
jQuery(document).ready(function($) { var $videoBoxes = $(‘.dm-autoplay .et_pb_video_box’); if ($videoBoxes.length !== 0) { $videoBoxes.find(‘video’) .prop(‘muted’, true) .prop(‘loop’, true)...