Bad image quality

Hello!
I recently noticed that the quality of my images (especially the header) is really bad when using the theme. When I open the images in separated tab they load good but when added in the site, the quality is awful.
Do you have any ideas how to fix it?
Thanks in advance!

My site is http://monicabachvarova.com

Hi @monicahrb,

I hope you are well today and thanks for posting here.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#logo .navbar-brand img {
    width: auto;
    height: auto;
}

Best Regards,
Movin

Hello!

Thank you for the suggestion. When I added the code, the header image quality improved, but the other images are still bad. Even the ones I upload after are still pretty blurry.

Monica

Could you please share me the page URL from your site where it’s not displaying correctly and also share the screenshots of it so that i can troubleshoot it?