Modal Box for image showcase
Go to file
2022-10-01 22:54:55 +08:00
.gitignore Initial commit 2022-10-01 14:48:39 +00:00
LICENSE Initial commit 2022-10-01 14:48:39 +00:00
modal.css first release 2022-10-01 22:54:55 +08:00
modal.js first release 2022-10-01 22:54:55 +08:00
README.md first release 2022-10-01 22:54:55 +08:00

Image_Modal

Modal Box for image showcase

How to use

  1. Import modal.js and modal.css
  2. Set your object class as img-obj
  3. Add onClick method on your object and inside code is

show_modal(this)

  1. Now enjoy your image showcase :D