User profile images are in broken pixel
-
I use below code for images within post that keeps image quality upto 100%
—
function sa_custom_params( $args ) {
$args['quality'] = 100;
return $args;
}
add_filter( 'jetpack_photon_pre_args', 'sa_custom_params' );—
But above code snippet does not affect profile images. Before above code lines, in-post images also were nearly broken. Guess images were compressed too much. I believe I need the same preservation to profile images.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘User profile images are in broken pixel’ is closed to new replies.