Allow Photon to disable uploaded images resizing and use its own resize capabilities instead.
jetpack_photon_noresize_mode
jetpack_photon_noresize_modejetpack_photon_noresize_modeAllow Photon to disable uploaded images resizing and use its own resize capabilities instead.
jetpack_photon_admin_allow_image_downsizeProvide plugins a way of running Photon for images in the WordPress Dashboard (wp-admin). Note: enabling this will result in Photon URLs added to your post content, which could make migrations across domains (and off Photon) a bit more challenging.
jetpack_photon_development_modeDisables Photon URL processing for local development
jetpack_photon_srcset_multipliersFilter the multiplier Photon uses to create new srcset items. Return false to short-circuit and bypass auto-generation.
jetpack_photon_image_downsize_stringFilter the Photon Arguments added to an image when going through Photon, when that image size is a string. Image size will be a string (e.g. “full”, “medium”) when it is known to WordPress.
jetpack_photon_image_downsize_arrayFilter the Photon Arguments added to an image when going through Photon, when the image size is an array of height and width values.
jetpack_photon_reject_httpsAllow Photon to fetch images that are served via HTTPS.
photon_validate_image_urlOverwrite the results of the validation steps an image goes through before to be considered valid to be used by Photon.
jetpack_photon_skip_imageAllow specific images to be skipped by Photon.
jetpack_photon_image_is_localFilter whether an image using an attachment ID in its class has to be uploaded to the local site to go through Photon.