$(function(){ /*1*/ let instance = 1; /* instance of a gallery section on the page. 1 = the first gallery section on a page, 2 = the second gallery section on a page*/ let direction = 2; /* 1 = backwards, 2 = forwards*/ window.setInterval(function(){ if ( $(“body:not(.sqs-edit-mode-active, .sqs-edit-mode) .gallery-reel”).length > 0 ) { $(‘html:not(.sqs-modal-lightbox-open) .gallery-section’)[(instance – 1)].querySelector(‘.gallery-reel-control:nth-of-type(‘ + direction + ‘) .gallery-reel-control-btn’).click() } }, 2000); }); .content-wrapper { padding-bottom: 0 !important; } #article- { padding-bottom: 0; } .item-pagination { padding-top: 15px; }