Set max carousel img height
Pictures that have a format like 16:9 use very much space of the screen. So if there is no wide-formate image available, this change is useful to make at least at bit of the text visible without scrolling.
Merge request reports
Activity
added 40 commits
-
3aec5dff...4a42e22f - 39 commits from branch
master
- b30dd2d2 - Set max-height for img in carousel
-
3aec5dff...4a42e22f - 39 commits from branch
Tested compatibility with hacknfun.org: Because there a
w-100
class is used, images are now stretched horizontally. This could be solved by either removing that class on each site or increasing the max-height of my change to 70vh. I'd prefer the second option, because it still leaves some space for the text, while not affecting images that already have a relatively wide format.requested review from @robert
Please register or sign in to reply