1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

Make better portrait thumbnails

This commit is contained in:
DanieL 2022-12-26 14:58:57 -03:00
parent 57f923936a
commit 2ab1c49bb0
4 changed files with 95 additions and 121 deletions

View file

@ -34,13 +34,13 @@ class CustomizeAdvanced extends PluginAbstract {
return array(
'EnableMinifyJS',
'usePreloadLowResolutionImages',
'useFFMPEGToGenerateThumbs',
);
}
public static function getDataObjectExperimental() {
return array(
'autoPlayAjax',
'useFFMPEGToGenerateThumbs',
);
}