Is there a way to overcome the scaling issue that occurs when forcing landscape mode using a media query?
At the moment, this happens when you rotate a full screen - centred project.
The CSS is:
@media (orientation: landscape) {
body {
transform: rotate(0deg);
}
}@media (orientation: portrait) {
body {
transform: rotate(90deg);
}
There is a preview here: https://saola.interaktiv.co.uk/landscape/