I am trying to embed a URL into my storymap but want to decrease the scale of the webpage inside the url. i am using this iframe code, and different versions, but nothing maps the embed scale change.
To embed the URL https://www.weather.gov/pqr/AllBars into an iframe and decrease the scale of the embed to 80%.
<iframe src="https://www.weather.gov/pqr/AllBars" frameborder="0" width="100%" height="100%" style="transform: scale(0.8); transform-origin: 0 0; border: none; overflow: hidden;" scrolling="no"> </iframe>