Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
update: two imports scenarios feature
Browse files Browse the repository at this point in the history
  • Loading branch information
gustaveWPM committed Sep 23, 2023
1 parent 6216415 commit 75f6638
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Bootstrap 5 Gallery, vanilla JS.
- Intelligent scroll on modal quit
- Some minor pagespeed optimizations (dynamic modal images lazyloading)
- Multiple galleries on a single page
- Two imports scenarios
- ```html
<script src="./assets/maugalleryLauncher.js" async defer></script>```
- ```html
<script src="./assets/maugallery.js" defer></script>```

### Demo

Expand Down

0 comments on commit 75f6638

Please sign in to comment.