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
When using "slidesPerRow: 4, rows: 2", if the avaiable results are 10, the second page gets with only two itens.
Is it possible to make the second page fill with the first itens whem the results are not enough?
The same if the results are less than 24 and so on.
When using "slidesPerRow: 4, rows: 2", if the avaiable results are 10, the second page gets with only two itens.
Is it possible to make the second page fill with the first itens whem the results are not enough?
The same if the results are less than 24 and so on.
Just to not to feel uncomplete.
Prints and code below for better understading
https://pasteboard.co/wLjEet7JRN7U.png
https://pasteboard.co/MOK4d13yKqDD.png
`<script>
$(function(){
$('.slider1').slick({
dots: true,
arrrows: true,
infinite: false,
autoplay: true,
slidesToShow: 1,
slidesToScroll: 1,
slidesPerRow: 4,
rows: 2,
autoplaySpeed: 5000,
speed: 500,
responsive: [
]
});
})
</script>`
The text was updated successfully, but these errors were encountered: