Umbraco 8 - ImageProcessor/TinyPNG menu optimiser
A package for Umbraco that allows you to optimise your media using different providers.
Install the package via nuget.
Add .AddOptimise() in your startup file:
services
.AddUmbraco(_env, _config)
.AddBackOffice()
.AddWebsite()
.AddOptimise()
.Build();
"Optimise": {
"Quality": 60,
"TinyPng": {
"ApiKey": "",
}
}
Update the ApiKey property with your API key from https://tinypng.com/developers
Install-Package punkOptimise
https://www.nuget.org/packages/punkOptimise/
This project is maintained by Gareth Wright and contributors. If you have a question or issue, please get in touch on Twitter, or by raising an issue on GitHub.