- Issue created by @marcus_johansson
- πΊπΈUnited States nicxvan
I added this in the other issue:
$mimeType = $data['metadata']['image_mime_type'] ?? FALSE; if (!$mimeType) { return ''; } $extension = 'jpg'; switch ($data['metadata']['image_mime_type']) { switch ($mimeType) {