Pageworks / papertrain

Papertrain: a Craft CMS 3 framework
http://download.papertrain.io
MIT License
5 stars 2 forks source link

Add Imager Config #168

Closed codewithkyle closed 5 years ago

codewithkyle commented 5 years ago

Create the imager.php file in the /config directory.

<?php

return [
    'useCwebp'  => true,
    'optimizers' => ['jpegtran', 'gifsicle', 'pngquant']
];