Skip to content

garpunkal/punkOptimiseUmbraco8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

punkOptimise

A simple plugin for Umbraco which allows you to optimise media using TinyPNG or ImageProcessor.

nuget

https://www.nuget.org/packages/punkOptimise.Core

Install-Package punkOptimise.Core

Basic Requirements

  • Umbraco 8.4+

Screenshots

Context Menu

Context Menu

Action Menu

Action Menu

Instructions

  1. Install the nuget package:

    Install-Package punkOptimise.Core

  2. Add the following config to your web.config:

    <add key="punkOptimise:ReduceFileExtensions" value="jpg,jpeg" />

    <add key="punkOptimise:ShrinkfileExtensions" value="png" />

    <add key="punkOptimise:DefaultQuality" value="70" />

    <add key="punkOptimise:TinyPng:ApiUrl" value="https://api.tinify.com/shrink" />

    <add key="punkOptimise:TinyPng:ApiKey" value="" />

  3. Complete the TinyPNG developer API key registration: https://tinypng.com/developers

  4. Add the key to the config above: punkOptimise:TinyPng:ApiKey

About

Umbraco 8 - ImageProcessor/TinyPNG menu optimiser

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages