PhotoSwipe alternatives and similar libraries
Based on the "Sliders" category.
Alternatively, view PhotoSwipe alternatives based on common mentions on social networks and blogs.
-
Swiper
Most modern mobile touch slider with hardware accelerated transitions -
impress.js
It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com. -
Glide.js
A dependency-free JavaScript ES6 slider and carousel. It’s lightweight, flexible and fast. Designed to slide. No less, no more -
Sequence
The responsive CSS animation framework for creating unique sliders, presentations, banners, and other step-based applications. -
Splide
Splide is a lightweight, flexible and accessible slider/carousel written in TypeScript. No dependencies, no Lighthouse errors. -
sly
JavaScript library for one-directional scrolling with item based navigation support. -
Keen-Slider
The HTML touch slider carousel with the most native feeling you will get. -
Embla Carousel
www.embla-carousel.com - A lightweight carousel library with fluid motion and great swipe precision. -
vegas
Vegas is a jQuery/Zepto plugin to add beautiful backgrounds and Slideshows to DOM elements. -
basic-jquery-slider
Simple to use, simple to theme, simple to customise. -
vue-slick-carousel
🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay -
nanogallery2
a modern photo / video gallery and lightbox [JS library] -
Swiffy Slider
Super fast carousel and slider with touch for optimized websites running in modern browsers. -
jcSlider
:snowboarder: A responsive slider jQuery plugin with CSS animations -
jQuery.adaptive-slider
A jQuery plugin for a slider with adaptive colored figcaption and navigation. -
(🧪 Early Alpha)🤙 TamoTam. HangOut. Offline.
(🧪 Early Alpha) 🤙 TamoTam. HangOut. Offline.
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of PhotoSwipe or a related project?
README
PhotoSwipe v5 — JavaScript image gallery and lightbox
Repo structure
dist/
- main JS and CSSsrc/
- source JS and CSS.src/js/photoswipe.js
- entry for PhotoSwipe Core.src/js/lightbox/lightbox.js
- entry for PhotoSwipe Lightbox.
docs/
- documentation markdown files.demo-docs-website/
- website with documentation, demos and manual tests.build/
- rollup build config.
To build JS and CSS in dist/
directory, run npm run build
.
To run the demo website and automatically rebuild files during development, run npm install
in demo-docs-website/
and npm run watch
in the root directory.
Older versions
Documentation for the old version (v4) can be found here and the code for 4.1.3 is here.
This project is tested with BrowserStack.