Skip to content

Commit

Permalink
🛠️ fixed blog media image upload issue when extension is all capital…
Browse files Browse the repository at this point in the history
…ised
  • Loading branch information
mi-prakash committed Jul 18, 2023
1 parent 2088dfb commit 327ea93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public static function createThumbs($src, $sizes, $folder, $base_name, $ext, $qu
{

list($originalWidth, $originalHeight) = getimagesize($src);
$ext = strtolower($ext);

switch ($ext)
{
Expand Down

0 comments on commit 327ea93

Please sign in to comment.