Apr 15, 2020 · 4 min read
add_filter( 'jpeg_quality', 'wpsc_smashing_jpeg_quality' );
function wpsc_smashing_jpeg_quality() {
return 100;
}
Copyright © 2025 by WP CODE SNIPPETS
Join our mailing list to receive the latest news and updates from our team.