How to make a slider like on this site
Who can throw off or suggest how to make such a slider as the one on the link, otherwise I'm a beginner, I still don't understand well
https://fancyapps.com/docs/ui/fancybox/
Fancybox | Premium JavaScript UI Component Library
Fancybox saves you time and helps to easily create beautiful, modern overlay windows containing
5 Replies
what do you not understand. You're linking to a page that explains how to do it.
If you are looking for a free library that does about the same. You can look at for example https://lokeshdhakar.com/projects/lightbox2/
Lightbox2
Lightbox is a script used to overlay images on the current page. It's a snap to setup and works on all modern browsers.
It describes css, but I need a javascript, I have very little experience in it
it's not that hard. just load the js and css file and put the html in the format they describe. The default will already work (no custom CSS/JS needed)
https://codepen.io/MarkBoots/pen/wvXbvLv
Thank you for your help🙂