Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

WordPress helpers and settings for imgix plugin

License

Notifications You must be signed in to change notification settings

isotopsweden/wp-imgix-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imigx helper

Our Imgix helper built for https://github.com/imgix-wordpress/images-via-imgix. Should be used as a mu-plugin.

Installation

composer require isotopsweden/wp-imgix-helper

Usage

// To disable imgix:
define( 'IMGIX_DISABLED', true );

// To override settings:
define( 'IMGIX_HELPER_OVERRIDE', true );

// To change cdn link when override is defined:
define( 'IMGIX_HELPER_CDN_LINK', 'https://...' );

// Turn off disable thumbnail. Default is true.
define( 'IMGIX_HELPER_DISABLE_THUMBNAIL', false );

License

MIT © Isotop

About

WordPress helpers and settings for imgix plugin

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published