admin管理员组文章数量:1279178
I've tried to
- Use .png instead of .jpg
- Disable wordpress default compression
add_filter('jpeg_quality', function($arg){return 100;});
- Switch themes to test
- Disable plugins
- Regenerate thumbnails multiple times
- Re-upload media many times
- Define exact width and height for each image
- Disable lazy loading
The images still look blurry once they are uploaded. My images are all optimised and in the exact width and height. I didn't have these issues with previous versions of wordpress. What else should I do to solve this?
Thanks
I've tried to
- Use .png instead of .jpg
- Disable wordpress default compression
add_filter('jpeg_quality', function($arg){return 100;});
- Switch themes to test
- Disable plugins
- Regenerate thumbnails multiple times
- Re-upload media many times
- Define exact width and height for each image
- Disable lazy loading
The images still look blurry once they are uploaded. My images are all optimised and in the exact width and height. I didn't have these issues with previous versions of wordpress. What else should I do to solve this?
Thanks
Share Improve this question edited Sep 12, 2021 at 16:47 fuxia♦ 107k38 gold badges255 silver badges459 bronze badges asked Sep 12, 2021 at 15:27 CuppaCoffeeCuppaCoffee 111 bronze badge 2- Blurry how? Where? Are the images being resized? – Jacob Peattie Commented Sep 12, 2021 at 15:54
- @JacobPeattie The images are not resized. All images uploaded to wordpress are blurry. – CuppaCoffee Commented Sep 12, 2021 at 16:26
1 Answer
Reset to default 0Not sure why @fuxia deleted my first answer, but I may be able to help. My original answer was to say that I was experiencing the same issue. I have discovered the issue and perhaps it will help you.
In the Jetpack plugin there are a series of settings under the Performance tab: Enable site accelerator and Enable lazy loading for images. I turned both of those off in their entirety and my images are now crystal clear as before.
So in my problem, WordPress 5.8.1 had nothing to do with the issue.
本文标签: uploadsBlurry Images Wordpress 581
版权声明:本文标题:uploads - Blurry Images Wordpress 5.8.1 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741303900a2371255.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论