Maybe someone has an idea how I can achieve this?
I have a full 1000px wide page which generates an invoice with dynamic invoice data. Example below (without data);
I don’t want this to be responsive because there’s often a lot of data in an invoice so it will look messy when viewed on a mobile. The invoice should be viewed on wide screen or small pdf so that it retains it’s dimensions.
I am using Digital Eye’s ‘Advance export to PDF’ plugin to convert the invoice to a pdf (so users can view or email) and this works well if wide view is converted. If the user is on a mobile, it is of course non responsive and messy and so the pdf generated is also messy.
My question is, can I make a Bubble page render to the screen size and retain it’s proportions? Put another way, how on earth can I display my full width Bubble invoice page on a mobile so that all proportion remain?