Skip to content

Commit

Permalink
Merge pull request #343 from JoomShaper/hu-181
Browse files Browse the repository at this point in the history
🛠️ Fixed Blog Media image upload issue
  • Loading branch information
mi-prakash authored Jul 20, 2023
2 parents b04039b + 4b8231c commit f388d94
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 f388d94

Please sign in to comment.