I currently have both plugins installed.
This page has the Recent Posts Widget Extended running on it: https://probablywork.com/podcasters-assemble/
This page has the Recent Posts Widget with Thumbnails plugin running on it:
https://probablywork.com/69-2/
I would prefer to keep using the Recent Posts Widget Extended plugin due to the customization options, but the thumbnail quality is a problem.
]]>add_filter( 'wp_editor_set_quality', 'set_editor_image_quality', 10, 2 );
function set_editor_image_quality( $quality, $image_mime_type ) {
return 100;
}
add_filter( 'jetpack_photon_pre_args', function( $args, $image_url, $scheme ) {
if ( empty( $args['quality'] ) ) {
$args['quality'] = 100;
}
return $args;
}, 10, 3 );
You can see the difference here:
Original image: https://esraozdogan.gyayingrubu.com/wp-content/uploads/2018/01/ic19.jpg
Bad quality thumbnail: (even the colors are off) https://esraozdogan.gyayingrubu.com/wp-content/uploads/2018/01/ic19-360×360.jpg
Hope you can help me fix it. Thanks in advance.
]]>add_filter( 'wp_editor_set_quality', 'set_editor_image_quality', 10, 2 );
function set_editor_image_quality( $quality, $image_mime_type ) {
return 100;
}
add_filter( 'jetpack_photon_pre_args', function( $args, $image_url, $scheme ) {
if ( empty( $args['quality'] ) ) {
$args['quality'] = 100;
}
return $args;
}, 10, 3 );
You can see the difference here:
Original image: https://esraozdogan.gyayingrubu.com/wp-content/uploads/2018/01/ic19.jpg
Bad quality thumbnail: (even the colors are off) https://esraozdogan.gyayingrubu.com/wp-content/uploads/2018/01/ic19-360×360.jpg
Hope you can help me fix it. Thanks in advance.
]]>Any idea why does it happend?
]]>I know this has been talked about many times, but i cannot get my thumbnails to appear nice and crisp.
https://saltysummits.net/test-post/
The pictures look great in foo box but not as thumbnails
I have another gallery tool which i uninstalled to test if it was clashing.
Lets Blog theme gallery?
My theme is lets blog
I have thumbnail quality setting set at 100 too
Please let me know what i can do to help you help me, i love the plugin, but viewing pictures on mobile look terrible at the moment
]]>Just downloaded your plugin it’s great. I have a problem though, my thumbnail images are extremely pixelated. If I open the image it’s perfect. When I installed the demo, I changed one of the images and the quality was perfect.
www.mkckitchens.co.za (Gallery is at the bottom of the home page) – I just added 3 images to show you what it looks like. I tried different sizes nothing works?
I also tried disabling all plugins to no avail. I also tested on multiple browsers and devices. I don’t believe it is my theme as your demo content was good quality.
What is causing this?
Thanks
https://www.ads-software.com/plugins/gallery-images/
]]>https://www.ads-software.com/plugins/video-thumbnails/
]]>i hope that you will find time to reply fast since i need help regarding the quality of images that are created via ImageFX.
I’ve used your instructions to create my own filter through functions.php. Usuall i would use:
imagejpeg($im,’wp-content/uploads/2014/03/house-139×139-red.jpg’,100);
to save the filtered image into the file and define it’s quality to 100.
But your plugin does the image saving so i don’t need this line of code. However the quality of create image is to low for my client so how can i tell the plugin to make 100 quality images?
It would be great to reply to me as soon as you can since i have to finish the project and this is the only thing that’s left to do.
Thank you,
Veljko Simovic
https://www.ads-software.com/plugins/imagefx/
]]>