I am trying to display an external website within an iframe, but the site is too large and I need to scale it down to fit. However, when I use the CSS scale property, it creates a large margin around the content. Does anyone have suggestions on how to resolve this issue?
CODE:
<iframe src="../libraries/javascript/slideshow/index.php?show=build_season_2014" height="1100" width="2100" style="-webkit-transform:scale(0.5);-moz-transform-scale(0.5);"></iframe>