image-crud icon indicating copy to clipboard operation
image-crud copied to clipboard

Configurable thumb size

Open armincifuentes opened this issue 11 years ago • 0 comments

  • ADD: set_thumbnail_size() takes 2 parameters: $width & $height (int) and updates thumb_width and _height properties
  • MOD: _create_thumbnail() uses thumb_width and _height properties
  • MOD: __construct() loads config to set default thumb_width and _height
  • ADD: Config keys to set default thumb size

armincifuentes avatar Sep 11 '14 18:09 armincifuentes