I really hate most photo gallerys. The self-hosted ones suck, too—mostly.
- https://github.com/saimn/sigal
- https://github.com/Jack000/Expose
- http://lychee.electerious.com/
- http://mediagoblin.org/
- https://exposure.co/
- Medium.com
- flickr.com
- http://www.spanishhipster.com/
- https://stilldavid.com/stories/
- Generate from directory of edited photos
- Looks for metadata.yaml under top-level directory
- Generate
_site
under top-level directory - Large deck image:
- 2560
- 1920
- 1440
- 640
- Responsive images:
- 1280 for 2x
- 640 for regular
- 320 for mobile
- 320-height for
<noscript>
- Canvas-blured lazy loading ala medium
- Cross-browser: IE9–11, latest Firefox, latest chrome, latest safari on latest OSX, no opera support.
- Work without JS—still see images, nicely aligned, perhaps fixed width layout.
- Edge-to-edge photos if possible
- Stretch goal: html5 video support
- Edge-to-edge
- deck @100vh
- Width units preferably in rem
- picture element for responsive images: https://scottjehl.github.io/picturefill/
- Avoid jquery if possible
- PostCSS
- graphicsmagick
- WebM for non-ie? Possibly
- All images go to:
_site/images/[width]/img.[whatever]
OR_site/images/noscript/img.[whatever]
- Likely python-based