You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is assumed that left and right margins ("gutter" property) are added to the design so that the previous and next slides are visible.
But in infinite mode I'm getting cloned component without any data. Because of this, the previous slide takes data by default from the component, which affects the display of content. In my case, this is a slide shift to the left, which causes a void to appear, and blinking when scrolling.
Even if I remove the code col-20 col-md-6 col-xl-4 col-xxl-4 from the default prop data, which adds an indent, I will still get an unloaded image when the site first loads.
Images of current problem
How it is now:
How it must be:
This problem is also visible in the page source code:
I can't understand why it happens. This should to be fixed.
Thanks!
The text was updated successfully, but these errors were encountered:
Yes, of course. It can be seen in the first picture. But the problem is that invisible slides (clones) are not rendering components with all parameters inside if this slides are visible through these indents (via peek prop).
Nuxt 2.16, vue-ssr-carousel 1.4.2 (PR #84 too).
I have slides with this content:
Code of carousel
Code of WorkItem component
It is assumed that left and right margins ("gutter" property) are added to the design so that the previous and next slides are visible.
But in infinite mode I'm getting cloned component without any data. Because of this, the previous slide takes data by default from the component, which affects the display of content. In my case, this is a slide shift to the left, which causes a void to appear, and blinking when scrolling.
Even if I remove the code
col-20 col-md-6 col-xl-4 col-xxl-4
from the default prop data, which adds an indent, I will still get an unloaded image when the site first loads.Images of current problem
How it is now:
How it must be:
This problem is also visible in the page source code:
I can't understand why it happens. This should to be fixed.
Thanks!
The text was updated successfully, but these errors were encountered: