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
if the browser width is above the breakpoint in my set up then it adds them as expected. If I drop to mobile the <div>Clasasasa</div> are not added. Same issue if I load the page at mobile settings and then move up to above 767
3. All works fine above 767 under it breaks. Pretty sure it is not my code but something in the responsive resizing and how they are added to the carousel. Same issue loading slides at mobile.
Depends on length of div content I am trying to add if I try and add a single div <div>Clasasasa</div> it doesnt add at mobiel at all if I add more complex div content it splits it up and breaks the divs.
if I set the ```
responsive: [
{
breakpoint: 767,
settings: {
slidesToShow: 3
}
}
]
The same as the initial setting it still breaks on resize.
if I remove the responsive [] it works at all sizes. Probably obvious, but may help problem solve.
...
====================================================================
#### More Details
- Which browsers/versions does it happen on?
I am on google , cheked on safari and same issue.
- Which jQuery/Slick version are you using?
@accessible360/accessible-slick": "^1.0.1"
- Did this work before?
Not when using the .slick('slickAdd',
The text was updated successfully, but these errors were encountered:
I have tested using a simple
$(this.carousel).slick('slickAdd', '<div>Clasasasa</div>');
if the browser width is above the breakpoint in my set up then it adds them as expected. If I drop to mobile the
<div>Clasasasa</div>
are not added. Same issue if I load the page at mobile settings and then move up to above 767====================================================================
I am sorry, I tried I cant get your fiddle to work. I am an experienced coder.
====================================================================
Steps to reproduce the problem
====================================================================
What is the expected behaviour?
That the cards are added correctly to the slider at all sizes. If I have no responsive settings it all works.
...
====================================================================
What is observed behaviour?
Depends on length of div content I am trying to add if I try and add a single div
<div>Clasasasa</div>
it doesnt add at mobiel at all if I add more complex div content it splits it up and breaks the divs.if I set the ```
responsive: [
{
breakpoint: 767,
settings: {
slidesToShow: 3
}
}
]
The text was updated successfully, but these errors were encountered: