mirror of
https://github.com/getgrav/grav.git
synced 2026-07-06 20:08:26 +02:00
Fix for uppercase image extensions
This commit is contained in:
@@ -590,7 +590,8 @@ class ImageMedium extends Medium
|
||||
return $this->result;
|
||||
}
|
||||
|
||||
$this->format($this->get('extension'));
|
||||
$extension = strtolower($this->get('extension'));
|
||||
$this->format($extension);
|
||||
|
||||
if (!$this->debug_watermarked && $this->get('debug')) {
|
||||
$ratio = $this->get('ratio');
|
||||
|
||||
Reference in New Issue
Block a user