The Elementor Smooth Scrolling Media Carousel is a powerful and visually appealing solution that elevates the media presentation on your website to new heights. This overhauls the way you present pictures, videos, and other media components on your website with its clean style and smooth scrolling capability.
Whether you’re a professional photographer, a creative agency, or a content provider, the Elementor Smooth Scrolling Media Carousel provides your visitors with a magnificent and engaging browsing experience.
This tutorial will tell you how to make the Elementor media carousel infinite scroll. Ideal to showcase your client logos. (Example Above)
- Place the media carousel on the page where you wish to have it.
- Place as many images as you wish (7 in my example)
- Set the slides per view to however many images you want to show at once. Example (7)
- Set the slide to scroll to (1)
- Height 60 pixels.
- Width 100% of the section.
- Go to Advanced Tab > Custom CSS


Adding CSS Code
selector .swiper-wrapper{
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}

Tweak The Settings
Under Additional Options, you can control the speed of the scroll, autoplay and more. The settings set below, makes the media carousel smoothing scroll infinitely.

Once all done and set, click the update button. Then visit your page to have a look.