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
Hi, you can add support for page size Folio, they dimension are 216mm x 330mm. Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
We support page sizes proposed to be supported in the specification, and Folio isn’t one of them.
But you can directly define the size of your page with the same property:
@page { size: 216mm 330mm; }
Sorry, something went wrong.
I try add that but return me default value A4.
Here’s a very simple HTML sample:
<style>@page { size: 216mm 330mm }</style> <body>abc</body>
It gives this PDF, with the correct page size.
Don’t hesitate to add a comment if there’s anything more we can do for you!
No branches or pull requests
Hi, you can add support for page size Folio, they dimension are 216mm x 330mm. Thanks!
The text was updated successfully, but these errors were encountered: