4 Articles tagged with imgix
-
- Documentation
- /
- imgix
imgix Settings
Before you can configure Media Cloud to work with imgix, you’ll first need to setup a source on imgix. That’s a bit beyond the scope of this documentation, but imgix’s own documentation is very thorough and easy to get through. imgix Domains Once you’ve created a source in imgix, …
-
- Documentation
- /
- imgix
imgix Image Settings
Lossy Image Quality This controls the output quality of lossy file formats such as JPEG, progressive JPEG, WebP and JPEG XR. Auto Format When this option is enabled, imgix will determine if an image can be served in a better format using automatic content negotiation. For example, …
-
- Advanced Usage
- /
- Environment Variables
imgix Variables
These environment variables control imgix functionality. Variable Type Description MCLOUD_TOOL_ENABLED_IMGIX boolean Imgix is enabled. MCLOUD_IMGIX_DOMAINS url List of imgix domains to use. MCLOUD_IMGIX_SIGNING_KEY string The signing key for securing imgix URLs. MCLOUD_IMGIX_USE_HTTPS boolean Use HTTPS. MCLOUD_IMGIX_DEFAULT_QUALITY number Default quality for lossy images. MCLOUD_IMGIX_AUTO_FORMAT boolean Allow imgix to choose the …
-
- Advanced Usage
- /
- Hooks
imgix Filters and Actions
Filters media-cloud/imgix/enabled Returns if the imgix, specifically, is enabled. $enabled = apply_filters('media-cloud/imgix/enabled', false); media-cloud/imgix/alternative-formats/enabled Returns if alternative formats are enabled for imgix. $enabled = apply_filters('media-cloud/imgix/alternative-formats/enabled', false); media-cloud/imgix/detect-faces Returns if imgix face detection is enabled. $enabled = apply_filters('media-cloud/imgix/detect-faces', false); media-cloud/imgix/render-pdf Returns if imgix PDF rendering is …