I am working with an Iframe and I can only set the dimensions of the iframe. The problem is that the iframe has to look "good" with a mobile device. I can't work with the website that contains the iframe.
On the laptop it works fine however, when I use the website where there is the iframe on the mobile device the sizes are too big.
I did put this inside on the iframe page: <meta name="viewport" content="width=device-width, initial-scale=1.0">
I would like to shrink all the elements that are in the iframe in the way that can fit the iframe nicely.
How can I achieve this? Should I add a css class?