Visit TinyPNG for more information.
Any image you upload will be made smaller with TinyPNG. Your original file will be stored in a folder called _original. You can still use your original file if you wish.
To use the TinyPNG version of the image.
{exp:channel:entries channel="pages" limit="1"}
<img alt="{title}" src="https://github.com/bulldogcreative/tinypng/raw/main/{image}" />
{/exp:channel:entries}
The tinified version of the image below is 206KB.
To use the original image.
{exp:channel:entries channel="pages" limit="1"}
<img alt="{title}" src="https://github.com/bulldogcreative/tinypng/raw/main/{image:original}" />
{/exp:channel:entries}
The original image is 1.6MB.
February 5th, 2019
As far as we can tell it works fine with ExpressionEngine 5.1.3. We are going to bump the MAJOR version number like ExpressionEngine did when they re-released ee with a new license.
December 4th, 2017
Added support for ExpressionEngine 4.0.
April 15th, 2015
Bug Fixes:
March 27th, 2015
Bug Fixes:
General Changes:
March 24, 2015
Initial release