I want to display an image in a table cell. It's a WEBP image (whatever that is) 150 x 150px.
I can't post a webp image here. but converted to a jpg it it looks like
The dashboard page is fixed layout and the group is 20 units wide.
This cell of the table is defined as 150px wide.
The image gets displayed like this. You can see it's the 150px image expanded to some arbitrary size of the dashboard or browser's choosing.
I presume that the dashboard is trying to stretch the content to fill the page width but I have specified a width for this (and every other) cell.
How to display an image at the specified size? Or failing that, at 100%?