打印:打印页面的元数据
Print: Meta for Print page
我使用此元在移动设备中显示我的桌面版本。
<meta name="viewport" content="width=1220">
现在我也希望将其打印出来。当我想打印页面时,在纵向版本中我的屏幕被剪切掉了。印刷品中是否有元数据?我怎样才能缩小我的页面以便打印?
手机相关问题在这里
@media print{@page {size: landscape}}
@page { size : portrait }
@page rotated { size : landscape }
Whosebug -landscape printing from html
我使用此元在移动设备中显示我的桌面版本。
<meta name="viewport" content="width=1220">
现在我也希望将其打印出来。当我想打印页面时,在纵向版本中我的屏幕被剪切掉了。印刷品中是否有元数据?我怎样才能缩小我的页面以便打印?
手机相关问题在这里
@media print{@page {size: landscape}}
@page { size : portrait }
@page rotated { size : landscape }
Whosebug -landscape printing from html