I’m trying to print something at high resolution from a Bubble page and I’m using a large image that is scaled down in the page. I thought it would be ok because the printer would have access to the higher resolution image since I’m not using srcset
or anything like that.
However, I looked at the source image that Bubble is using and it’s significantly smaller than the one I uploaded. What is causing this and is there a way to get around it?
The actual URL that Bubble uses has the following appended onto it:
?w=96&h=18&auto=compress&dpr=2&fit=max
Is there a way to turn that off? I don’t want the width to be that small nor for it to be compressed.
I’ve discovered that in items that I upload manually, I can append ?w=555&h=555
to manually override, but in dynamically generated images the URL is not available to edit.