Is it somehow possible to emulate page portrait orientation from PC browser, without resizing window?
In my HTML, I have <div>
, which content changes dynamically depending on screen orientation. Can I create some JavaScript function to make this <div>
"think" that screen is portrait right now, without using devtools and resizing windows?