I've been trying to scale an iframe using angular with the panzoom dependency but it dosen't work properly with iframe. I need another method/solution to scale and zoom an iframe.
<panzoom config="config" model="model" style="width:800px; height: 800px">
<iframe src="https://stackoverflow.com/"
frameborder="0" width="580" height="500" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" scrolling="no"></iframe>
</panzoom>