项目作者: khimsh

项目描述 :
Fancybox Alternative
高级语言: HTML
项目地址: git://github.com/khimsh/photo-gallery-modal.git
创建时间: 2021-10-27T05:55:40Z
项目社区:https://github.com/khimsh/photo-gallery-modal

开源协议:

下载


Photo Gallery Modal

How to use

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