Commit cdbec0a1 authored by Nicolas Widart's avatar Nicolas Widart

Setting a smallThumb

parent bde08c76
......@@ -2,9 +2,12 @@
return [
'smallThumb' => [
'crop' => [
'width' => '100',
'height' => '200'
'fit' => [
'width' => 50,
'height' => 50,
'callback' => function($constraint) {
$constraint->upsize();
}
],
]
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment