Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Learn More

How to change the orientation of page? I tried using @media print {@page{size: landscape;}} still not working. Please help!!

more options

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; } }

Alla svar (1)

more options