0

So I have a very large image, and I am trying to display it in an iframe. I want to shrink the image so it fits inside the iframe without scroll bars. I tried following the advice here: possible to shrink contents of iframe?

However, this simply shrunk the size of the iframe itself, not its content. Does anybody know how to do this? Thanks!

DM5963
  • 103
  • 6
  • Out of curiosity, why are you using
    – Robin Baby Jul 31 '19 at 02:55
  • @RobinBaby I need it to support pdf documents as well so I am not sure if those other options would work – DM5963 Jul 31 '19 at 12:44