Product Images Quality getting worse after upload to shopify

Hello, after I upload a product image to shopify the quality is getting poor. The original image looks fine on my PC. Anyone knows how to fix this? The Website is https://animevoyage.store/

Are you talking about your banner image?

There is an error in that section in image sizes parameter which makes it load images 2 times smaller then necessary on desktop:

Since your image is full-bleed, this should be simply sizes=“100vw”.
And fix back srcset – it’s totally wrong now and opposite of what you wanted it to do.

Currently, if your screen is, say, 1000px wide it wants to load image which is 500px wide and loads one which is 550px.