Skip to content
Matt McHenry edited this page Nov 28, 2018 · 44 revisions

Elbum is a web photo album generator

Usage

See the README for usage instructions.

This page briefly documents ongoing development.

Desired Features

  1. Show EXIF info
  2. Support descriptions for albums and/or images
  3. Show progress for loading images; see Helpful Technical Links#show-loading-progress-for-images
  4. abandon white placeholder borders and ...s for thumbnails
  5. improve performance of thumbnail page
    1. start loading thumbnails that're in view, not necessarily those at the top
    2. only load some thumbnails if very many
    3. some smarter caching somehow
    4. keep thumbnails rendered in background when full image is shown, so it's instant
      1. or just keep a note that we've loaded them all, and skip animation?

Known Issues

  1. safari breaks scroll-url-updates: https://bugs.webkit.org/show_bug.cgi?id=156115
  2. pinch-zoom misinterpreted as drag (in full image view)
  3. thumbnail page does not scroll all the way to the bottom on iOS
Clone this wiki locally