Skip to content

Latest commit

 

History

History

horizontal-gallery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

How to use

Setup

  1. From index.html, copy <div id="gallery-container"> (lines 27 to 124) into your project
  2. Copy the styling from gallery.css into your stylesheet
  3. Copy gallery.js into your project
  4. Copy noise.svg into your images folder (optional)

Adding images

  1. Duplicate <div class="sticky-inner"> to add more images to the gallery

Notes

  • <div class="image-featured"> can be replaced with any element you would like included in the gallery

Live Examples