Use case or problem
I made a Wine Cellar Tracker and want to see the images of the labels in the first column of a table view with Bases. I added the image with the image() function. The problem is that currently the image is always fitted to the width of the column. As long as the height of the row is larger than the scaled image everything is fine.
When the height of the image is larger than the height of the row the image got stretched.
The picture shows the problem. On the left side everything is fine. On the right side the column width is so large that the scaled image height is larger than the row height and the image is stretched.
Proposed solution
Please keep the aspect ratio of the images and don’t stretch them.