Thread Starter
masse
(@boozesounds)
And I am wondering if there is a way to resolve the resize like the code provided below.
add_filter('jetpack_photon_pre_args', 'jetpackme_custom_photon_compression' );
function jetpackme_custom_photon_compression( $args ) {
$args['quality'] = 100;
$args['strip'] = 'all';
return $args;
}
-
This reply was modified 4 years, 6 months ago by
masse.
Thread Starter
masse
(@boozesounds)
I want to turn off all the features listed here and make it look the same as the original image.
https://developer.wordpress.com/docs/photon/
Anonymous User 3392934
(@anonymized-3392934)
Thank you for reaching out to us about this, @boozesounds, and for including specific examples.
It looks like you’ve already deactivated our Image CDN feature – your images are no longer being resized by Jetpack, and are being served from your server/Cloudflare.
For future reference, our Image CDN can be deactivated by navigating to: WP Admin → Jetpack → Settings → Performance → Performance & speed → Enable site accelerator.
Please also note that although we provide code snippets on our support sites/documentation, we don’t offer support/customization for them. Thank you! 🙂