How to make it sure that an iframe content fits it?
问题 I have an iframe that calls an external page, like <iframe src="http://pagewithimage.php/?parameter=xxx" style='border:0;width:100%'></iframe> . The pagewithimage.php got an image that can be bigger that the iframe area, and undesired scroll bars appears. I'd like to scale the iframe content to fit it "100%", not more than it. The code I'm using is this: > <div class='container-home-map' style="background-color:#99CCCC;border-radius:10px;"> > <iframe src="http://pagewithimage.php/?parameters