'resize' support for static thumbnailer
This commit is contained in:
parent
844ec8b53e
commit
04987ea70e
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ abstract class MediaEngine
|
|||
],
|
||||
MediaEngine::FFMPEG => [
|
||||
Media::RESIZE_TYPE_FIT
|
||||
],
|
||||
MediaEngine::STATIC => [
|
||||
Media::RESIZE_TYPE_FIT
|
||||
]
|
||||
];
|
||||
}
|
||||
|
|
Reference in a new issue