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
Not a question, feature request, or anything other than a bug report directly related to Svelte Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
Version
0.2.9
Description
I'm currently utilizing the @splidejs/svelte-splide package for a full-width slider in my Svelte application, closely resembling the "No Paging" layout described in the Splide documentation.
The slider functions as expected both with multiple images and with a single image (it correctly centers it within the container).
However, I've encountered an issue where if the total width of the images is less than the width of the Splide container, the images unexpectedly align to the right instead of the expected left alignment. Additionally, in this state, it's possible to manually scroll (swipe) the images from their right alignment to the left, which is not the intended behavior.
Reproduction Link
No response
Steps to Reproduce
Implement a Splide slider with the "No Paging" layout option in a Svelte application using @splidejs/svelte-splide.
Add images to the slider (approximately 2) where their total width is less than the Splide container's width.
Observe the alignment and scrolling behavior of the images.
Expected Behaviour
Images should align to the left of the Splide container when their total width is less than the container's width, with no ability to manually scroll them.
The text was updated successfully, but these errors were encountered:
Checks
Version
0.2.9
Description
I'm currently utilizing the @splidejs/svelte-splide package for a full-width slider in my Svelte application, closely resembling the "No Paging" layout described in the Splide documentation.
The slider functions as expected both with multiple images and with a single image (it correctly centers it within the container).


However, I've encountered an issue where if the total width of the images is less than the width of the Splide container, the images unexpectedly align to the right instead of the expected left alignment. Additionally, in this state, it's possible to manually scroll (swipe) the images from their right alignment to the left, which is not the intended behavior.

Reproduction Link
No response
Steps to Reproduce
Expected Behaviour
Images should align to the left of the Splide container when their total width is less than the container's width, with no ability to manually scroll them.
The text was updated successfully, but these errors were encountered: