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
Describe the bug
If there are more than 23 slides, it causes the page to reload multiple times before the page breaks on mobile devices, specifically iPhone.
To Reproduce
Steps to reproduce the behavior:
Create a Vue 3 component using <script setup>
Add the carousel within the template.
Iterate over the images and output the slides (setting to 24).
Describe the bug
If there are more than 23 slides, it causes the page to reload multiple times before the page breaks on mobile devices, specifically iPhone.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should work with however many images you choose.
Smartphone (please complete the following information):
Additional Context
I should add that this app is using a Laravel 10 backend and the Inertia stack.
The text was updated successfully, but these errors were encountered: