diff --git a/public/API/queries/skills.php b/public/API/queries/skills.php
index a9b9f471d12038a0a41a804a63c1eede991c2d9f..db8fd106fa0fb9dc587b6ff1a67d8ed1d36d1d7a 100644
--- a/public/API/queries/skills.php
+++ b/public/API/queries/skills.php
@@ -29,7 +29,7 @@ function getSkills() {
                 // Get the actual presigned-url
                 $downloadURL =  (string)  $presignedRequest->getUri();
                 $encodedUrl = rtrim(strtr(base64_encode($downloadURL), '+/', '-_'), '=');
-                $path = "/rs:fit:0:80:1/g:no/{$encodedUrl}.png";
+                $path = "/rs:fit:0:80:1/g:no/{$encodedUrl}.webp";
 
                 $signature = rtrim(strtr(base64_encode(hash_hmac('sha256', $imgProxySalt.$path, $imgProxyKey, true)), '+/', '-_'), '=');
                 array_push($response, $imgProxyUrl . "/" . $signature . $path);