Gallery CSS alternatives and similar software solutions
Based on the "Photo and Video Galleries" category.
Alternatively, view Gallery CSS alternatives based on common mentions on social networks and blogs.
-
PhotoPrism
AI-Powered Photos App for the Decentralized Web ๐๐โจ -
Immich
Self-hosted photo and video backup solution directly from your mobile phone. -
Lychee
A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos. -
OwnPhotos
A self-hosted open source photo management service. This is the repository of the backend. -
LibrePhotos
A self-hosted open source photo management service. This is the repository of the backend. -
Piwigo
Manage your photos with Piwigo, a full featured open source photo gallery application for the web. Star us on Github! More than 200 plugins and themes available. Join us and contribute! -
Photonix
A modern, web-based photo management server. Run it on your home server and it will let you find the right photo from your collection on any device. Smart filtering is made possible by object recognition, face recognition, location awareness, color analysis and other ML algorithms. -
PiGallery 2
A fast directory-first photo gallery website, with rich UI, optimized for running on low resource servers (especially on raspberry pi) -
MediaDrop
A video, audio and podcast publication platform written in Python. -
Gallery
The simplest, most intuitive way to host your photos on your website. -
Photoview
Photo gallery for self-hosted personal servers [Moved to: https://github.com/photoview/photoview] -
UberGallery
An easy to use, simple to manage, web photo gallery written in PHP. -
MinigalNano
MinigalNano is a very simple image gallery. It adheres to the KISS principle and is very easy to install. MinigalNano does not have a web admin interface: You just upload your images in the photo folder on your server -
Coppermine
Multilingual photo gallery that integrates with various bulletin boards. Includes upload approval and password protected albumns. -
novaGallery
novaGallery - a beautiful and and ease to use php image gallery for your photos - flat file - no database required - modern responsive design -
Pygmyfoto
A crude solution for publishing a photo roll on the web -
CumulusClips
[DEPRECATED] Free Video Sharing CMS - Non-official repository, go to http://cumulusclips.org to have latest official version of CumulusClips -
Mediagoblin
A Free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. -
Damselfly
Server-based Digital Asset Management with workflow similar to Picasa.
Clean code begins in your IDE with SonarLint
* 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 Gallery CSS or a related project?
README
Gallery.css
Gallery.css is all CSS. Think: Simple, maintainable and understandable galleries without the use of Javascript.
What? No script!? Why? โ Gallery css started as an experiment to build interactive, fluid componentry without the need for jQuery, or a jQuery carousel script. Use this library, or don't โ either way, hopefully you'll learn from the techniques used within.
Installation
The preferred method to install gallery-css is by using Bower, a package manager for front-end components.
bower install gallery-css
Otherwise, if you want to keep it simple, check the dist directory.
Getting started
You've got a couple options with how you'd like to use gallery.css:
* Without autoplaying animation
* With autoplaying animation
* With or without browser prefixes
Read the getting started guide, or checkout the examples
How does it work?
I've prepared a screencast that will take you through how to build something like Gallery-css from scratch, theres tonnes of tiny details that I learnt myself while building it. Its $15, you'll learn and it'll help me keep building for the web. How good is that?
Browser support
Safari Firefox Chrome IE8 IE9 IE10 โ โ โ โโ โ โ
โ [Absolutely possible](examples/ie-8) using a variety of JS selector shims, although not recommended.
Build instructions
Gallery CSS is built using grunt & RubySASS.
You'll need:
- Ruby (and sass -
gem install sass
) - Run
npm install
from the root directory. - To run a build, you'll simply need to run
grunt
.