Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

kramsuiluj's avatar

Change HTML Page Size using JavaScript

I have an HTML page set to a certain size since I use it for printing.

@page {
		size: A4 portrait;
		margin: 1%;
}

I want to add a feature where I can change the size of the page using JavaSript. Now, how do I access the @page on JavaScript?

0 likes
1 reply

Please or to participate in this conversation.