-
Notifications
You must be signed in to change notification settings - Fork 207
Uneven height in gallery thumbnails #988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Personally I saw this as a feature more than a bug (better use of space / less wasted space), but I could see how others might disagree. I would first look into if some CSS could be used to force all the elements to have the same (maximal) height. Alternatively, you could probably use CSS to just set a min height in pixels for that element type |
Thanks, I'll check what CSS can do. |
I agree with @larsoner that this is a feature: it helps minimizing overall space on small devices. |
Customizing with |
The height of the gallery thumbnails now adapts to the size of the title (likely due to #905). This can make a quite uneven layout if you have some short and long titles.
Is it possible to set a minimum height, so that the thumbnails never get shorter than two or three lines of text?
The text was updated successfully, but these errors were encountered: