Vertical Circular Carousel is a lightweight, modern image carousel that arranges your images along a circular path and rotates them vertically. Built with pure HTML, CSS and vanilla JavaScript, it requires no external dependencies or build tools and works out of the box in any modern browser.
The carousel uses cutting‑edge CSS features (custom properties, motion paths) to create a smooth, continuous vertical rotation. On hover, the active image smoothly enlarges while the other items fade to grayscale, drawing the user’s attention to the focused slide.
index.html – demo page with a ready‑to‑use carouselstyle.css – all carousel styles with clear configuration commentsscript.js – minimal initialization logic (no frameworks)documentation/index.html – full English documentation with setup and customization guideDrop in your own images, tweak a few CSS variables, and you have a unique, eye‑catching vertical circular carousel ready for production.