![Firefox logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2020-04-14-08-36-13-8dda6f.png)
How to change the orientation of page? I tried using @media print {@page{size: landscape;}} still not working. Please help!!
I tried using below code but still the orientation remains potrait. It is working fine at Chrome but in FireFox its not working.
@media print { @page { size: landscape; }
}
I tried using below code but still the orientation remains potrait. It is working fine at Chrome but in FireFox its not working.
@media print
{
@page
{
size: landscape;
}
}