I use this meta to show my desktop version in mobile.
<meta name="viewport" content="width=1220">
Now I want this to be rendered in print too. When I want to print the page, in portrait version my screen is cutted of. Is there a meta for this in print? How can I zoom out my page for print too?
Related question for mobile is here RWD: Show Desktop version in mobile minified, without horizontal scroll
@media print{@page {size: landscape}}
@page { size : portrait }
@page rotated { size : landscape }
stackoverflow -landscape printing from html
tutorialspoint - css paged media
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With