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

add custom-html feature #13

Closed trvswgnr closed 2 years ago

trvswgnr commented 2 years ago

Enables the ability to add custom HTML to a slide by passing it through the data-src attribute and adding data-type="html".

10