-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
show2 not working on mobile but works on Bigger devices #52
Comments
Thank you for the report/question. The behavior is responsive by design so it collapses to one slide on devices smaller than 62rem@16px = 992px. You can simply override it though - by setting the item count explicitly like this: |
okay thanks so much
…On Mon, Aug 29, 2022 at 12:28 PM Nicolai Høeg Pedersen < ***@***.***> wrote:
Closed #52 <#52> as
completed.
—
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFBTPM3TEABVLAOXIGLGMWTV3SNFBANCNFSM57ZNBGIQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have added a |
Exactly I tried this thinking it will work on mobile devices but couldn’t
get that so I altered your code by writing internal css.
swiffy-slider {
—swiffy-slider-item-count: 2 !important;
}
And it works..
So I will undo and use this new class you just created.
Thanks so much
On Mon, Aug 29, 2022 at 9:21 PM Nicolai Høeg Pedersen < ***@***.***> wrote:
I have added a slider-item-show2-sm class that will make 2 slides on
small devices - will be out with next release of the slider.
—
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFBTPM4L3GDJFEQULY4II5LV3ULUHANCNFSM57ZNBGIQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The slider-item-show2 class not working on mobile but works on Bigger devices
The text was updated successfully, but these errors were encountered: