'25 %', '50' => '50 %', '75' => '75 %', '100' => '100 %', ]; /* const RATIOS = [ '1.777' => '16:9', '1.333' => '4:3', '2' => '2:1', ]; */ public function getConfig() { return include __DIR__ . '/config/module.config.php'; } }