Im trying to create the same type slider portfolio used on the below two websites. I want people to be able to fluidly scroll right or left to see images. Looks like its just one long slide?
Ive looked up dynamic sliders and horizontal scrolling but I cant seem to figure out which one gives me these results. If someone can point me in the right direction I’d be grateful!
This works with Slick. You are going to need to be able to add and edit a little bit of custom code for this to work. The documentation is quite good and I didn’t have any issues implementing this myself. (The accessible alternative is Accessible Slick).
YES! Your clone is exactly what Im looking for, thank you! I added it to my site but its not actually scrolling. Its just photos going down the page. Am I missing something?
That’s great! Slick is an external library being referenced in the custom code. You are going to have to publish your site for it to work as seen in the cloneable. Try it out and let me know, if everything works for you.
I can’t find the required code on your published site. Please make sure to past the custom code from the cloneable into your own project. You can follow along in the video below.
PERFECT, it’s working now! As you can tell Im new to this (or to code particularly) so I really appreciate the video! Can I bother you for two more questions?
Am I able to easily change it so everything is always showing without the shading?
If I wanted to add a div box with left and right arrows as another option of moving the carousel, is that code I need to enter or maybe a trigger?
Add two divs with the corresponding classes .prev and .next. (You can name these whatever you like, just remember to update the classes in the script.)
This will allow you to move the carousel left and right.