Captioned images are blurry
-
Hello!
I’ve been having a problem with images on my site for some time: images display differently whether they have a caption or not. Without caption, they are sharp, with caption, they are blurry. The browser also has something to do with it, but even if the display is better for some, worse for others, there is still a difference between the images with or without a caption. I left a public test page to see the problem. I asked theme support for help, but they don’t have a solution on their end.
First I disabled plugins and image optimization settings to leave the new image as sharp as the original (there was a very small improvement but still a huge blur effect on the captioned image, both old and new)
Then theme support asked me to add this in function.php:
add_filter(‘jpeg_quality’, function($arg){
return 100;
});add_filter(‘wp_editor_set_quality’, function($arg){
return 100;
});But there was no improvement.
Is this familiar to anyone here?
The page I need help with: [log in to see the link]
- The topic ‘Captioned images are blurry’ is closed to new replies.