• Is it possible to hook into the carousel object to change some of the settings? Ie:

    function initializeOwl(count) {
    			jQuery(".display-medium-owl-carousel").owlCarousel({
    				items: count,
    				lazyLoad: true,
    			});
    		}

    Additionally, is there a way to increase the character count for what get’s pulled in from medium?

    The page I need help with: [log in to see the link]

  • The topic ‘Modify carousel’ is closed to new replies.