Open yjmtmtk opened 1 year ago
Can the output extension be fixed to ".jpg" when mime is "jpeg"?
$this->app->helper('asset')->image([ 'src' => $asset_id, 'mime' => 'jpeg', 'width' => 1280, 'height' => 0 ]);
Can the output extension be fixed to ".jpg" when mime is "jpeg"?