We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For printing support for the size:landscape option to tell the browser what page orientation we want.
e.g. this works in Chrome... but in Firefox it doesn't work (yet)
<style type="text/css" media="print"> @page{ size:landscape; } </style>
Moderator votes: +6 Issue added by scunliffe on 2013-02-19 To vote this issue up or down, simply include +1 or -1 in your comment.
+1
-1
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
here are the bugs for firefox https://bugzilla.mozilla.org/show_bug.cgi?id=851937 https://bugzilla.mozilla.org/show_bug.cgi?id=851441 +1
No branches or pull requests
For printing support for the size:landscape option to tell the browser what page orientation we want.
e.g. this works in Chrome... but in Firefox it doesn't work (yet)
<style type="text/css" media="print">
@page{
size:landscape;
}
</style>
This issue was imported from Google Moderator
Moderator votes: +6
Issue added by scunliffe on 2013-02-19
To vote this issue up or down, simply include
+1
or-1
in your comment.The text was updated successfully, but these errors were encountered: