trvswgnr / bs5-lightbox

A pure JS lightbox gallery plugin for Bootstrap 5 based on the Modal and Carousel components
https://trvswgnr.github.io/bs5-lightbox/
MIT License
129 stars 28 forks source link

How to use without npm? #3

Closed paulocoutinhox closed 2 years ago

paulocoutinhox commented 2 years ago

Hi,

How to use without npm?

Direct in HTML on head.

Thanks.

trvswgnr commented 2 years ago

You can add the script tag with the CDN package right after the Bootstrap JS:

<script src="https://cdn.jsdelivr.net/npm/bs5-lightbox@1.7.7/dist/index.bundle.min.js"></script>

See the examples in the documentation.