MeliOriginal post
Rank 1: Thread
Trying to fetch an image with a certain width and quality but the URL returned is the original image:
const response= storage.getFileView('car-image', '2PAATemwjcRf26aIfi-OUcedl', 300, 0, 'center', '10');
Also trying to manyally add the parameters in the URL does nothing:
Summary
The user is having trouble with the image preview parameters not working in the Appwrite web SDK. The issue seems to be specific to .webp images. The parameters work when using 'preview' instead of 'view', but the image remains unchanged. Manually adding the parameters to the URL also does not have any effect. There is no solution provided in the support thread.