Skip to content

khimsh/photo-gallery-modal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Photo Gallery Modal

How to use

  1. Add img object with src and alt to images array.
let images = [
  {
    imgSrc: 'https://lipsum.app/id/1/1024x768',
    imgDesc: '1',
    ...
  },
]
  1. and that's it.