Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

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

Alle svar (1)

more options