Part 1 (new functionality)
- in IDE:
- open /modules/custom/admin_templates/widgets/widget_list.tpl template for editing
- replace grid_image_td block content with <img src="<inp2:Field name='$field' format='full_url'/>" alt=""/><br />
- save changes
- open /modules/custom/units/widgets/widgets_config.php file for editing
- remove 'direct_links' => false from all upload field definitions
- in Admin Console:
- go to Custom → Widgets section
- add a widget with and in it upload image of 120x120 dimensions
- write down URL of the image
- in template change full_url to resize:120x120, in browser reload page
- confirm, that URL of image remained the same
- in template change full_url to resize:120x120;crop:C|C, in browser reload page
- confirm, that URL of image remained the same
- in template change full_url to resize:120x120;crop:C|C;fill:#FF0000, in browser reload page
- confirm, that URL of image remained the same
Part 2 (old functionality)
- in Admin Console:
- go to Custom → Widgets section
- in template change full_url to resize:100x120, in browser reload page
- confirm, that URL of image is changed
- in template change full_url to resize:100x120;crop:C|C, in browser reload page
- confirm, that URL of image is changed
- in template change full_url to resize:100x120;crop:C|C;fill:#FF0000, in browser reload page
- confirm, that URL of image is changed