Replies: 1 comment
-
Expanding on my question: My structure is the following
The splide part of the page is fixed and the right part of the page with the product information is relative, so that it can scroll down while the images stay fixed. It seems that this messes splide up.
Still any ideas about how to fix it would be appreciated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
This happens only in tablet mode, desktop and mobile are working fine. The first picture of the slide is being cut on the left. Please review the following picture.

<ul class="splide__list" id="main-carousel-list" role="presentation" style="transform: translateX(-992px);">
As soon as I move the slide, the images get correct again, and if I move back to the first slide, splide__list looks like this:
<ul class="splide__list" id="main-carousel-list" role="presentation" style="transform: translateX(-977px);">
So, it seems this 15px difference is causing this behaviour. I don't understand why this exactly is happening, is it a bug or is it something obvious I'm missing? Any help is appreciated. Thank you
Beta Was this translation helpful? Give feedback.
All reactions