Skip to content

Dev mode with placeholder images

Compare
Choose a tag to compare
@aprokopenko aprokopenko released this 27 Jun 17:21
· 29 commits to master since this release
b45f5b6

In DEV mode plugin does not resize any images and simply use placeholder images. This can be used to reduce disk space, while you develop and configure our plugin to match all required screen sizes.

To enable it you need to define new constant in your wp-config.php file:

define( 'JRI_DUMMY_IMAGE', true );