Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript my pictures have stopped scrolling across my homepage

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #300100
    LockMonster
    Participant

    Hi, I’m new at this and have no web developer, I can get into ftp and save anything before changes, so have a rough idea what to do!.
    I found this code, it is in .asp my old site. I think this is where is meant to move?

    $(document).ready(function() {
    
        var owl = $(".top_products");
        owl.owlCarousel({
            itemsCustom: [
                [0, 1],
                [450, 1],
                [451, 2],
                [650, 3],
                [850, 4],
                [1200, 5]
                ],
            lazyLoad: true
        });
    
    });
    
Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.