Originally posted by **florianbruening** February 9, 2022
Hello there,
im trying to display 3 items with wrap around.
My issue right now:
The right most item is not displayed and if i navigate via the buttons or the pagination it always scrolls left.
```
Test {{ num }}
```
Having 3 items it looks like this:
![image](https://user-images.githubusercontent.com/69163412/153229307-33f4baeb-2fb5-4e09-8de1-776fd45a7eed.png)
As soon as i display 4 items it works as expected:
![image](https://user-images.githubusercontent.com/69163412/153229436-50b55a46-879e-4da2-9c32-b1c7ef2457b8.png)
Is there something i can do to have the last behaviour even if i only have 3 items?
Discussed in https://github.com/ismail9k/vue3-carousel/discussions/151