There are advantages to using Bubble storage, however, such as auto-optimized images via Bubble’s Imgix integration.

Plus, with Upload Buddy, images can be compressed before uploading, which not only conserves Bubble storage, but also results in a better user experience - i.e. less bandwidth and less time to upload (which is especially important on mobile).

That said, the issue in this thread is how to compress already-uploaded images. It’d be nice if they could be downsampled in place so as to preserve the existing URLs so that all the references to the images wouldn’t have to be updated, but I don’t think that’s possible.

If each image is used in just a single place within the app, then perhaps retrieving the relevant record and [somehow] scaling the image server-side might be possible. I haven’t actually explored that option though.

-Steve


Premium Bubble Plug-Ins