Landscape HTML Support
You can now send HTML faxes in landscape orientation using Phaxio! Previously all HTML faxes were automatically rendered in portrait orientation, but many users asked us about sending landscape files and we listened. The new feature works with HTML posted as string data, a URL, or as a file.
So, how do you define your HTML’s rendered orientation? Simply add <meta name="phaxioOrientation" content="landscape">
to the <head>
tag of your document.
As an example, the following html would render in landscape:
<html>
<head>
<meta name="phaxioOrientation" content="landscape">
</head>
<body>
<h1>This is a header</h1>
This is a paragraph.
</body>
</html>
If you’d like another example, or if you have a feature you’d like to see us implement, drop us a line.