Create Config
Edit Name Description Configiration Type Type

Testing Carousel


No demo item exists for the selected template.
    No demo item exists for the selected template.
      document.addEventListener( 'DOMContentLoaded', function () {
      new Splide( '#card-carousel', {
      perPage : 2,
      breakpoints: {
      640: {
      perPage: 1,
      },
      },
      } ).mount();
      } );







      • Lorem Ipsum Dolor Sit Amet





      • Lorem Ipsum Dolor Sit Amet






      the content among all slides.







      new Splide( '.splide', {
      type : 'loop',
      height : '9rem',
      perPage : 2,
      breakpoints: {
      640: {
      height: '6rem',
      },
      },
      } );