Advanced Swiper Slider in Webflow
ฝัง
- เผยแพร่เมื่อ 7 ก.พ. 2025
- Watch an introduction to Swiper Sliders at • Ultimate CMS Slider fo...
Get the cloneable for this project (affiliate link)
webflow.grsm.i...
Timestamps:
00:15 - Setting up the structure
04:53 - Overflow from right side only
06:52 - Setting up the javascript
07:25 - Swiper effects
09:04 - Number of looped slides
10:27 - Configuring controls
10:37 - Setting the active styles
11:22 - Linking two sliders together
12:33 - Swiper thumbs control
13:06 - Swiper events & properties
16:57 - Responsiveness
Join my Webflow Wizards Community
/ timothyricks
Try Webflow using my affiliate link below.
webflow.grsm.i...
Every single one of your video contains years worth of knowledge and you make it so easy to digest. Legend
I can't thank you enough for the immense value I get from your videos! In addition to the usefulness of your video topics, you also have a special talent for explaining complicated concepts! Thanks!!!
Looks amazing! So excited to try this out! Tim your always giving so much value💯💯💯
Incredibly thorough from the classes to the code and even the responsive ! I was able to replicate it 100% and learn a lot from it.
Thank you so much Timothy, I will join the patreon group as soon as I can.
Tim, you're incredible for the Webflow community. Thanks SO much for everything you give....you're amazing.
As you've worked with the CMS here, are there any plans to show us mere mortals how to implement next/previous buttons, so people can easily navigate through a collection of projects/blogs/etc.
(I can't believe this isn't standard for something as good as webflow...Finsweet and Refokus have something, yet I'm sure lots of people would (well, I would!) love to see how you do it ;) )
Thanks again for everything :)
Really nice to see more types of sliders like this
Thanks! There’s also a third one I designed in the cloneable.
Unreal!!!! 🙌
Would you please do a tutorial on how to create custom email signature design in Webflow and copy paste the live version to Gmail? Thank you and love your content, keep up the amazing work ❤
Hey Tim, beautiful job, what a fantastic slider. 😍
Are you basically recommending this as a superior option to the slick slider?
Thank you, and good question! Yes, Slick slider hasn’t been updated in a while. Swiper is the most powerful when it comes to features.
I‘m at minute 7:20 and I only get 1 slide. Not per view but just 1. When I slide it just goes to empty and at the bottom right where the little images are there‘s only the first and all others are gone. I‘ve been trying to figure this out for hours now and haven‘t found anything. Can someone help me?
Thank you Tim!!!
Can I make this slider without CMS? Is it necessary to use CMS? Thank you
I'm trying to create something similiar with an interaction where if you click on one of the smaller slides (thumbswiper) the image appears large on screen. It's not working with webflow built in interactions because all the images pop up with the same class, even if I try only the children of the class. So linking it to another swiper like you have here seems like half of my solution but then how can I get only the image that's clicked on to pop up & not all the images with the same class...?Thanks!
Brilliant video Tim. If I put an html video component in the slides, is there a way to pause it whilst it isn't an active slide?
I love the video but for me as a newbie it's too fast and I'm missing big parts in the explanation on how things with the code. Personally I don't need the CMS part but will the code also work with just div's that hold the images?
was there any way to customize the animation like it bounce and the movement of images are vertical?
i'm always tempted to use %'s but when I check SEO it always suggests having defined dimensions bc percentages take longer to load - which makes sense to me. What are your thoughts on this?
Timothy, please help me, why does this slider crash after 24 slides?
Hi Timothy. Late to this party, but I am wondering if there's a way for me to enable the Super Slider to mouse/swipe scroll up and down the page, rather than get stuck scrolling the slider left to right? Beautiful work you did on this. Thanks!
Ah, nevermind... I see I can set mouse scroll to false on the JS in page settings. Duh. Brilliant slider. Your brain is on another level!
Great job, thanks.
But could you please check the swiper dots and have a look on an Ipad. The dots are streched and looking not correct
anybody else got a solution for this problem?
I think that's because of the native attributes on mobile. It's something related to margin/padding. You can check it out in the inspector.
@@Iastrebner checked and really tried everything. did not found the solution.
@@mucmuc3849 If you send me the link I can check it out
Great tutorial, I have a question. Is custom code required to make this work? I get stuck a lot since I'm fairly new to webflow, but I would like to try this for a site im working on without purchasing a site plan first. Possible? Also, can I just copy in the CMS collection you used to then change the picture and text without changing the code? Thank you!
Hey Timothy. Webflow's native slider allows interactions that are triggered by slider change, i.e. when a specific slide comes into view, I can affect change on any other element that I want to. Is there a way to achieve this with Swiper?
CSS transitions are usually best for this, but you can also use css animations. When swiper adds the active class to the slide, anything inside that slide can be animated based on the class. There’s probably some hacky ways to tie WebFlow interactions to slide change also with swiper slide change events and .click() on a hidden trigger div inside the active slide.
My bgSwiper is not linked to the other swipers and is not moving when the text or thumbs swiper moves.
I decided to delete the text swiper and titles component because I don't really need the text. Since you were making the text swiper the main controller I did what I could to do the same for the thumbs swiper in hopes that I can link the bgswiper with the thumbsswiper in the same manner as the thumbsswiper was originally linked to the textswiper. but it didn't work. is there potentially something about having this gallery in a page with other sections, webflow scroll interactions etc?
@@nickdemore1697 Hi! bro! I solved this problem! I checked the code again, I found that I forgot to copy the code in the "Insidetag", I copied it in my page settings and it worked!
@@Louis-nv9ny interesting! happy it worked for you. do you mean the you had the code in both the site settings and individual page HTML?
How can I make it animate and auto loop? please
🤯🤯🤯 🙌🏻👑💪🏻
No matter what I do I can't get the background image to slide on scroll. Text yes but background remains.
Did you manage to solve this issue yet? Having the same headache.
Hey there - how do you do in-page linking on these titles? Since it's all linked to the Collections
hey :) any chance you found the answer? thanks!
@@Galperinjourn hey there, yes it was easier than I thought, I made a Link Block under "swiper-slide" that contains "slider-titles_heading". Made a new CMS to link it to in the Link Block settings
@@greenfleshyflower that's right, yeap, thanks... i'm thinking, if there is a way to do it without a CMS collection at all. do you think it's possible?
@@Galperinjourn well yes, in Link Settings (the gear when you hover over the Link Block you've created) you have options to Link it to whatever you want
This is amazing! I'm playing around with the clonable and keep running into a bug I can't seem to fix. When I click on a swiper-slide item, sometimes it navigates in the opposite direction. It's happening on all of the page examples (slider gallery, slider main, and slider releases page). Any idea what might be causing this? Appriciate all that you do!
Thanks Nick, and good question! I think this might happen if you click on a duplicated looped slide. It takes you back to the non-duplicated version of the slide. To avoid that, loop mode would probably need to be disabled.
@@timothyricks hmm, tried that but still running into the same issue. ill keep playing with it!
Wow. That's all, really.
Thanks a lot!! It’s for me a such of useful tips. I’m just beginner in WF and a lot of Ukrainian people leaves russian platforms and choose another and sometimes it’s so much struggle with details, so thank you for sharing interesting video and life hacks 🫶🏼