Some video how to use ImgIX API to manipulate images in Adalo. You can adjust a lot of parameters for the images: quality, size, blur, orientation, … - almost everything which ImgIX allows!
I can’t say this is an “official” method to manipulate images, though according to my knowledge ImgIX is the only CDN used for images in Adalo. Enjoy!
Hi @Victor,
Quite interesting since I made tests with AWSs3 being served via Imagekit (I will make a video soon).
When using Geolocation it gives me the Adalo server location in US; so I assume using Adalo’s Platform, my ImageKit CDN will still serve the Image to US while then Adalo showing in Frontend to someone in Asia/Europe and so on. Wondering if they will fix this once geolocation is also available.
Thank you @Victor for this info, again.
I was trying to apply it in order to download QR Codes (How to download (save local) QR code generated image?) but &dl function does not interpret the QR URL as an image.
Do you have any idea of a another workaround that may allow to download the QR?
Thank you!
Based on what I see here: Size | imgix Documentation, it should be possible.
Keep in mind thought that this will not affect original image stored in Adalo; it will only affect the image displayed in the app.
hi @Victor
I used to use a custom action to upload an image from the image picker to cloudinary, get the URL of that image and display the image, but suddenly it’s no longer available.
Is it because cloudinary can’t access ImgIX?
Can’t I use the cloudinary API as before?
I’m sure some of you will be asked the same question, so I would appreciate it if you could answer.
I am using the parameters px to pixelised my images. I used custom formula to generate the value. But during like 1 seconds, we can see the image clearly. It is look like it “process” or “load” the transformation.
Do you know how to “preload” image with transformation or juste may be hiding it for 1 or 2 seconds to wait processing ?
Many thanks for your help, I am stuck with this issue for 2 weeks now
I upload the image with the classic component image upload from Adalo.
I discover that the url (use the URL properties by default) comes from IMGX services. And with this service, you can add parameters to the URL to process the image.
I am actually trying to create a Maintenance App for my project. I listed all the logs including it’s thumbnail photos, so when they tap on the photo, it will go to a deck viewer. But it the deck photo viewer will load after 5 seconds. Can we manipulate the photo inside of the list to lower resolution so it will load faster?