• Resolved johnfrl_15

    (@johnfrl_15)


    I’ve noticed that on screen sizes of 1199px, the slider shows 4 slides at a time. I never noticed this on the demo but looking at the demo now, I guess it is meant to do this.

    With my images though, it just looks odd as they’re not very high.

    How can I specify to only display 1 slide at all times regardless of screen size?

    The slider setting is set to display 1 slide but clearly on smaller screens, there must be another rule overriding this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter johnfrl_15

    (@johnfrl_15)

    Answered my own question.

    I dug into the javascript and in /js/awl-owl-carousel.js from line 1456 to 1460, it specifies how many slides to show in different sized screens.

    So mine now looks like:

    itemsDesktop : [1199, 1],
            itemsDesktopSmall : [979, 1],
            itemsTablet : [768, 1],
            itemsTabletSmall : false,
            itemsMobile : [479, 1],
    Plugin Author A WP Life

    (@awordpresslife)

    Please share Slider page url.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple slides appearing on 1199px down to mobile’ is closed to new replies.