我需要将此 iframe 放入我的页面中,我需要缩放它(变小)
原始页面是http://palweather.ps/temps/days/forecast/120
我尝试了以下代码(我#zoom=75在链接后添加但它不起作用)
<iframe border="0" frameborder="0" height="1300" name="map" src="http://palweather.ps/temps/days/forecast/120#zoom=75" style="width: 100%;" >Your browser does not support inline frames or is currently configured not to display inline frames.</iframe>
Run Code Online (Sandbox Code Playgroud)