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
125 stars 28 forks source link

Lightbox aspect ration according to the image size #67

Open PetrDlouhy opened 12 months ago

PetrDlouhy commented 12 months ago

The lightbox has pre-defined aspect ration 16x9. If I open high image, it becomes very small: Snímek obrazovky_2023-07-27_16-02-56

How do I achieve the lightbox to change it's aspect ration according to the displayed image? Are there any JS hooks triggered when changing the image? Are there any HTML templates for the lightbox code itself?