Auto Size of Image is not happening

Hello Helical Insight ,

I am using helical insight version 4.1 GA . Images added in dashboard are not properly adjusted along with screen resolution. At lower resolution screens they look stretched.

Thank You,
Netta.

Hello ,
Please apply below mentioned css in your dashboard :

img#image_9ruk8r86ra4 {
width: 100% !important;
height: auto !important;
max-height: 100% !important;
}

NOTE : image_9ruk8r86ra4 is HTML ID of the image component and will change based on your respective IDs.

Thank you,
Helical Insight.