0

I would like to get it to around 150 x 150 if possible.

<!-- Begin NOAA Weather Radio Live Gadget-->
<center>
<iframe name="NOAA Weather Radio Live Gadget" src="http://broadcast-weather.net/live_noaa_weather_n.html" allowTransparency="true" width="290" height="250" scrolling="no" frameborder="0">
</iframe><br>
<a href="http://broadcast-weather.net/noaa.html">NOAA Weather Radio Live</a></center>
<!-- End NOAA Weather Radio Live Gadget--> 
Jamal
  • 763
  • 7
  • 22
  • 32
Kirk
  • 1
  • 5

1 Answers1

0

Add style="height: 150px; width: 150px" to your iframe

David
  • 1,636
  • 19
  • 27
  • Thanks. I tried that and it is not resizing. The iFrame is from another website that I want to use on mine. Thanks. – Kirk May 10 '15 at 15:30
  • Did you add it like this?: – David May 10 '15 at 16:56
  • Well there you go, adjust to your needs – David May 11 '15 at 05:16
  • Yea, but I need it smaller than the standard size in the code above. When I say it cuts the widget in half, I literally mean it chops it right down the middle and the right half is gone... – Kirk May 11 '15 at 05:36
  • I think this might help you then http://stackoverflow.com/questions/11382473/resize-external-website-content-to-fit-iframe-width – David May 11 '15 at 05:40