40
Views
1
Comments
Solved
How to set page size A4 landscape
Question

Hi there,

I am wondering

how to use this css in a screen so it reflects  the A4 landscape size?

@page {

  size: A4 landscape;

}

thanks

2025-12-15 09-29-24
Thibaut G
Solution

 the @page rule primary purpose is for print styling. If you need to display content on the screen in A4 landscape dimensions, you might want to consider using standard CSS for layout, such as setting the width and height properties for a container element. The @page rule will be more effective when printing the document 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.