It looks like you're new here. If you want to get involved, click one of these buttons!
$imgfield = array(
'comment' => 'Image will be resized to 520px wide max.',
'type' => 'asset',
'folder' => 'images/_uploads/garages',
'hide_options' => TRUE,
'overwrite' => FALSE,
'width' => 520,
'height' => 390,
'maintain_ratio' => TRUE,
'resize_and_crop' => TRUE,
'master_dim' => 'height',
'after_html' => 'Some advice about images here...'
);
Comments