You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Mongeau-Petitpas edited this page Jan 27, 2014
·
4 revisions
You can configure Image by editing the options in the app/config/packages/folklore/image/config.php file.
Here is a list of all possible options:
Option
Value
Default
Description
driver
gd orimagick or gmagick
gd
The driver that should be used by the Imagine library to manipulate the images.
url_parameter
string
-image({options})
The URL parameter that will be appended to your image filename containing all the options for image manipulation. You have to put {options} where you want options to be placed. Keep in mind that this parameter is used in an url so all characters should be URL safe.