numero2/contao-tinypng

Installs: 975

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 0

Open Issues: 2

Type:contao-module

v4.0.0 2017-06-08 10:24 UTC

This package is auto-updated.

Last update: 2024-04-14 23:34:49 UTC


README

About

Automatically optimizes all uploaded PNG and JPEG images using tinypng.com's image optimizer.

System requirements

Installation & Configuration

  • Create a folder named tinypng in system/modules
  • Clone this repository into the new folder
  • Obtain an API key and enter it into the System Settings under Upload settings

Additional step for Contao 4.X: Open app/AppKernel.php and add the following line to the $bundles array

new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('tinypng', $this->getRootDir())