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 5975c60
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ Bootstrap 5 Gallery, vanilla JS.
- 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

[https://gustavewpm.github.io/enhanced-mauGallery/](https://gustavewpm.github.io/enhanced-mauGallery/)
Expand Down

0 comments on commit 5975c60

Please sign in to comment.