The objective of my program is to generate a student card where I will pull data from each student dynamically.
but if I use any plugin to download the file, the image quality is extremely low. If I upload the image directly to the bubble (it maintains the original quality) and use it to also generate the card, the image continues to have low quality.
Has anyone ever needed to build something like this and have a solution?
Are you using an image element to display the image? If yes, then it could be due to auto image compression (Imgix). There are posts in the forum that explains this.
Hi,
I had a similar problem before. You can try turning off the auto image compression in Bubble’s settings. If that doesn’t work, using an HTML element instead of an image element might help. Also, for keeping your images in good quality, you can also use an online tool like https://jpegcompressor.com/ to compress images.