Bases Table View: Keep aspect ratio of images

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.

I discovered that the problem is only there, if you use a bases view inside another note. I made the table view and in the original bases file the aspect ratio stays constant. As soon as I integrate the bases view in another note (with ![[name.base]]) the view acts differently. Now the aspect ratio is not constant (as described in my original post above).

So maybe it’s a feature request or a bug report?

I can’t reproduce this problem. Please, open a bug report and provide a minimum reproducible example in the sandbox vault.