Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Owl Carousel mobile view #279

Open
corsaronero opened this issue Aug 17, 2024 · 1 comment
Open

Owl Carousel mobile view #279

corsaronero opened this issue Aug 17, 2024 · 1 comment

Comments

@corsaronero
Copy link

i have a problem with my website,on the first load of owl-carousel on mobile view show the items like you see on the image below, but when i refresh page come back as a normal

owl_carousel_error_small

The Owl Options:

  customOptions: OwlOptions = {
      loop: false,
      mouseDrag: true,
      touchDrag: true,
      pullDrag: false,
      dots: true,
      navSpeed: 700,
      navText: ["",""],
      lazyLoad:true,
      nav: true,
      responsive: {
        0: {
          items: 1
        },
        400: {
          items: 1
        },
        1000: {
          items: 2
        }
      }
      }
@rakeshbaral92
Copy link

I am also facing the same issue.
Screenshot_6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants