Viewing 3 replies - 1 through 3 (of 3 total)
  • 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 3 years, 11 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 AdminJetpackSettingsPerformancePerformance & speedEnable 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! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The image is automatically resized, resulting in loss of image quality.’ is closed to new replies.