Dobbler
Results
1
issues of
Dobbler
Crop can be called like so: {{ 'image_name.jpg'|mediathumb_resize('crop', '$my_width|$my_height', $my_quality) }} e.g: {{ 'image_name.jpg'|mediathumb_resize('crop', '1200|500', 70) }} Separate width and height with pipe (|) in quotes. It uses Intervention's "fit"...