We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
images in tables are now displayed with a bad aspect ratio/stretched :
see Commit 27d7307
open a table with images in cells
images aspect ratio should be kept untouched
No response
test build 99bf950
The text was updated successfully, but these errors were encountered:
fix(ui): images in tables now displayed with bad ratio/stretched logs…
c707761
…eq/db-test#173
hi, more feedback, this time using build 5e68c3e (2024-11-27 19:00 CET)
so now image is in good AR, but it seems there is potential wasted space around images (lot of empty space around the posters) :
a quick test with
.ls-table img { max-height: 100%; max-width: 98% !important; overflow: hidden; }
seems to make better use of the cell space, but I'm not sure if there are any drawbacks :
from a user standpoint, I would prefer if images would fill the available space, but again, I'm not aware of requirements or implications elsewhere.
Sorry, something went wrong.
xyhp915
No branches or pull requests
Search first
What Happened?
images in tables are now displayed with a bad aspect ratio/stretched :
see Commit 27d7307
Reproduce the Bug
open a table with images in cells
Expected Behavior
images aspect ratio should be kept untouched
Screenshots
No response
Browser, Desktop or Mobile Platform Information
test build 99bf950
Additional Context
No response
Are you willing to submit a PR? If you know how to fix the bug.
The text was updated successfully, but these errors were encountered: