mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Fix #2406 support "fill" as thumbnail type in content widget
This commit is contained in:
parent
8b2fc81b8d
commit
12af0905f8
2 changed files with 20 additions and 9 deletions
|
|
@ -39,7 +39,7 @@ class content extends WidgetHandler
|
|||
// Display time of the latest post
|
||||
if(!$args->duration_new) $args->duration_new = 12;
|
||||
// How to create thumbnails
|
||||
if(!$args->thumbnail_type) $args->thumbnail_type = 'crop';
|
||||
if(!$args->thumbnail_type) $args->thumbnail_type = 'fill';
|
||||
// Horizontal size of thumbnails
|
||||
if(!$args->thumbnail_width) $args->thumbnail_width = 100;
|
||||
// Vertical size of thumbnails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue