R
R
Roman Kuzmenko2017-03-02 17:01:21
css
Roman Kuzmenko, 2017-03-02 17:01:21

How to print in landscape view in Firefox?

Hello!
Faced a problem with printing in the browser in landscape mode in Mozilla Firefox 51.0.1 (32-bit).
No problems were noticed in Chrome, IE is not interesting.
Source: css, js
JS -> jQuery.print, version 1.4.0

CSS Google re-dug, no solution works... It's been tried, it flips, but the content flies somewhere outside the document.
@page { size: landscape; }

-moz-transform: rotate(-90deg)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrew, 2017-03-02
@AndrewHaze

Try adding

body { 
        writing-mode: tb-rl;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question