I’ve tried to
- Use .png as an alternative of .jpg
- Disable wordpress default compression
add_filter('jpeg_quality', perform($arg){return 100;});
- Change themes to check
- Disable plugins
- Regenerate thumbnails a number of occasions
- Re-upload media many occasions
- Outline precise width and top for every picture
- Disable lazy loading
The pictures nonetheless look blurry as soon as they’re uploaded. My pictures are all optimised and within the precise width and top. I did not have these points with earlier variations of wordpress. What else ought to I do to resolve this?
Thanks