-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
[Summary]
When the number of images is so small that they cannot even fill a single line in the gallery div, then they are scaled up to the width of the container anyway. This produces unwanted behavior that creates big images (e.g. on the entire screen) when we don't know how many images will be in the gallery beforehand.
[How to recreate]
- Go to the demo page.
- Delete some divs in the container. Leave only 1.
- Press button "Clean me this".
| Before | After |
|---|---|
![]() |
![]() |
[Solution]
I have actually found the solution myself. I am just leaving this issue here because I am not sure if this isn't some type of feature instead of a bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

