项目作者: khimsh
项目描述 :
Fancybox Alternative
高级语言: HTML
项目地址: git://github.com/khimsh/photo-gallery-modal.git
Photo Gallery Modal
How to use
- Add
img
object with src
and alt
to images array.
let images = [
{
imgSrc: 'https://lipsum.app/id/1/1024x768',
imgDesc: '1',
...
},
]
- and that’s it.