Skip to content

Commit

Permalink
Update completed campaigns carousel (podkrepi-bg#1639)
Browse files Browse the repository at this point in the history
Co-authored-by: ani-kalpachka <[email protected]>
  • Loading branch information
2 people authored and RalitsaIlieva committed Dec 14, 2023
1 parent a5aefbb commit ed145c9
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
import { Settings } from 'react-slick'

export const settings: Settings = {
infinite: true,
speed: 500,
slidesToShow: 4,
slidesToScroll: 1,
arrows: false,
dots: true,
lazyLoad: 'ondemand',
autoplay: true,
autoplaySpeed: 2000,
autoplay: false,

responsive: [
{
Expand Down

0 comments on commit ed145c9

Please sign in to comment.