resizing iframes for mobile
: 02 gru 2020, 12:03
I figured it out! As long as the page that contains the iframe has:
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
the iframe will be automatically resized when required.
Well, at least that was what worked for me in this case.
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
the iframe will be automatically resized when required.
Well, at least that was what worked for me in this case.