// Current configuration
const carousel = new CloudImageCarousel('#my-carousel', {
autoplay: false,
autoplayInterval: 3000,
cycle: true,
showFilenames: false,
showThumbnails: true,
showControls: true,
showBullets: false,
transitionEffect: 'slide',
images: [
'https://demo.cloudimg.io/v7/https://samples.scaleflex.com/hotel.jpg',
'https://demo.cloudimg.io/v7/https://samples.scaleflex.com/birds.jpg',
'https://demo.cloudimg.io/v7/https://samples.scaleflex.com/mountains.jpg',
'https://demo.cloudimg.io/v7/https://samples.scaleflex.com/house.jpg',
'https://demo.cloudimg.io/v7/https://samples.scaleflex.com/frog.png',
'https://demo.cloudimg.io/v7/https://samples.scaleflex.com/andromeda.jpg',
'https://demo.cloudimg.io/v7/https://samples.scaleflex.com/colours.jpg',
'https://demo.cloudimg.io/v7/https://samples.scaleflex.com/landscape.jpg',
'https://demo.cloudimg.io/v7/https://samples.scaleflex.com/Image02.jpg',
'https://demo.cloudimg.io/v7/https://samples.scaleflex.com/Image04.jpg',
'https://demo.cloudimg.io/v7/https://samples.scaleflex.com/plate1.jpg'
],
});