-
Notifications
You must be signed in to change notification settings - Fork 202
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
Carousel displays arrows or one slide only until i inspect element in Google then shows fine #169
Comments
Seems to work fine upon a window resizing which is what is happening when i click the inspect element |
Seems i needed to add a count prop.
One slide (left is still missing but working better), code fixed ish as below:
|
Did you get any further with that issue? I'm facing the same thing |
The comment of @kinger251285 helped to start the carousel behavior but I think that the initial behavior is incorrect because an element is still missing. Using autoplay works better. I hope you can fix this behavior, ¡it is a great library! |
Few cheeky JS hacks and i got there! Cheers! |
@SpeightPLab @OsmarICancino I'm also having the missing initial slide problem. Any clues on how you resolved it? |
Hi
I have just installed the carousel as per the docs and trying to display images (using a combination of vuetify v-img).
However on the homepage the carousel does not load correctly, the arrows show and the space is taken up that should be by the carousel, sometimes one slide appears only. However when i right click and inspect element it all shows correctly and works as it should do. No idea why this bug is happening.
I am also using the carousel elsewhere in a different route exactly the same implementation but not having the same issue (works fine).
app.js
Homepage.vue
The text was updated successfully, but these errors were encountered: