jasonday / printThis

jQuery printing plugin; print specific elements on a page

Home Page:https://jasonday.github.io/printThis/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how print on lanscape, any property

OMMDIPTA opened this issue · comments

You can try the CSS property size.

https://developer.mozilla.org/en-US/docs/Web/CSS/@page/size

@page {
  size: A4 landscape;
}