How to make a simple customer logo slider?
-
Please tell me how to make a slider like this:
All the sliders that I find are too heavy, with the connection of a bunch of scripts, styles or bootstrap, I want to find something light that would not load the entire pageJavaScript Anonymous, Sep 5, 2020 -
The simplest carousel, responsiveAnonymous
-
We set the maximum width for the block, its property is overflow: hidden; position: absolute;
Left-right buttons - id #leftButton and #rightButton
Catch the onclick event and pass transformX: any%;Anonymous -
Evan Dixon
4 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!