Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Learn More

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

  • 1 wotmołwa
  • 1 ma tutón problem
  • 4 napohlady
  • Poslednja wotmołwa wot 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; } }

Wšě wotmołwy (1)

more options