I have iframe of about 25% of screen width and I show web page in it. The problem is that web page detects it is showing only on 25% of screen and rearranges elements in the way I do not like.
I would prefer to see whole page scaled down to 25% without rearranging - it means that script on the page should detect it shows on canvas 1920px wide and then the page is scaled down to 25%. Is that possible without affecting other elements that are outside of the web page iframe?