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
I've just changed from tiny-slider to glider.js, and I wonder if glider.js has a special feature which tiny-slider has.
With tiny-slider I created a calendar, where each slide contains a month. On my website are displayed three months at the same time, and when the permalink contains e.g. "august", the slide for "august" is shown IN THE MIDDLE of the three months. I realized that with "startIndex" and a condition "if (str_contains($_SERVER['REQUEST_URI'], 'august')) { $startindex = 7; }
Is it possible, to do something similar with glider.js?
Thank you very much in advance for your help!
Andreas
The text was updated successfully, but these errors were encountered:
Andreas-2023
changed the title
Show certain slide on loading page
Show certain slide when loading page
Mar 26, 2023
Hello,
I've just changed from tiny-slider to glider.js, and I wonder if glider.js has a special feature which tiny-slider has.
With tiny-slider I created a calendar, where each slide contains a month. On my website are displayed three months at the same time, and when the permalink contains e.g. "august", the slide for "august" is shown IN THE MIDDLE of the three months. I realized that with "startIndex" and a condition "if (str_contains($_SERVER['REQUEST_URI'], 'august')) { $startindex = 7; }
Is it possible, to do something similar with glider.js?
Thank you very much in advance for your help!
Andreas
The text was updated successfully, but these errors were encountered: