We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Cari Bantuan

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.

Pelajari Lebih Lanjut

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

  • 1 balas
  • 1 memiliki masalah ini
  • 4 kunjungan
  • Balasan terakhir oleh the-edmeister

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

Semua Balasan (1)

more options