I'm using media queries to scale an <iframe>
based on screen resolution: the iframe
and its contents get smaller, as the screen gets smaller. Now, this seems alright on paper, but for some reason, as the iframe
's size decreases, it clips part of the content. I've tried going to the source file, and using media queries there, in hopes that the <iframe>
would also include those; to no effect.
Is there any way to scale, or resize, the contents of an <iframe>
, using CSS media queries, without resizing the iframe
itself?
问问题
433 次