Every image I upload gets a bit blurry, I narrowed it down to the srcset attribute that gets added to every image, looks like this:
<img class=”img-with-animation skip-lazy ” data-delay=”0″ height=”601″ width=”1651″ data-animation=”fade-in” src=”https://example.com/wp-content/uploads/2022/09/image.png” alt=”” srcset=”https://example.com/wp-content/uploads/2022/09/image.png 1651w, 300w, 1024w, 768w, 1536w, 600w” sizes=”(min-width: 1450px) 75vw, (min-width: 1000px) 85vw, 100vw” />
I can’t figure out what is adding these specific values to the images.
It’s not under Settings > Media (completely different values there).
It’s not in `functions.php`, I checked the parent theme, and none of the image sizes there match (I also looked in `nectar/helpers/media.php`, I’m using Salient theme).
Where could this be located, and how can I fix the blurry images?
[ad_2]