javascript - how to zoom content in iframe to fit my page size -
i need place iframe inside page, need zoom (to smaller)
the original page http://palweather.ps/temps/days/forecast/120
i tried following code (i added #zoom=75
after link didn't work)
<iframe border="0" frameborder="0" height="1300" name="map" src="http://palweather.ps/temps/days/forecast/120#zoom=75" style="width: 100%;" >your browser not support inline frames or configured not display inline frames.</iframe>
Comments
Post a Comment