Hi everyone,
I have a text panel which is showing a picture i got out of the internet. Within the html code i tried to manipulate that picture with the height width and object-fit adjustment so if i resizes the window it wont strech.
<img src="https://example-picture.png"
style="height: 100%; width: 100%; object-fit: contain;">
The problem now is that if i safe that panel and resize my window it streches my picture.
I inspected the picture itself with my web-browser and the element style filter showed me that the object-fit: contain command was not saved.
The question for me now is if grafana is only receiving the html part after object-fit is a css property ? Or is there a work-around?
My grafana-cloud is running v8.5.2. on a linux machine.
Cheers Grafu