Whats in this Video
- Adding image carousel widget
- Setting Autoplay speed to 0
- Setting Animation speed 10000
- Adding Custom CSS for smooth scroll
- Responsive layout
CSS Code
.smooth_slider .swiper-wrapper{
transition-timing-function: linear;
}


