numero2 / contao-tinypng
Installs: 992
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 2
Type:contao-module
Requires
This package is auto-updated.
Last update: 2024-10-15 00:33:04 UTC
README
About
Automatically optimizes all uploaded PNG and JPEG images using tinypng.com's image optimizer.
System requirements
- Contao 3.2.5 or newer / successfully tested with Contao 4.3.9
- TinyPNG API key
Installation & Configuration
- Create a folder named
tinypng
insystem/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())