Skip to content

nsolerieu/moments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

An improvised instagram replacement

moments-preview

Technically this is a simple gallery generated by a php foreach loop that displays all the images from a local folder. The images are sorted by date (in the filename) to list from most recent to oldest. It uses Jquery (for the home cooked lightbox script) and the Jquery Lazy plugin. It's that simple.

You can read more about the reasons why I built this here: https://slrncl.com/moments/#why