HWS-template (WD34) beta test July version

Thank you :D, I overlooked this one when making the scripts responsive

The code for the image was

<img src="https://sirocco.accuweather.com/nx_mosaic_640x480_public/sir/inmasirmr_msp.gif" height="480"
    alt="metro_radar1" style="max-width: 950px; margin: 0 auto;">              

The code should have been

<img src="https://sirocco.accuweather.com/nx_mosaic_640x480_public/sir/inmasirmr_msp.gif" 
    alt="metro_radar1" style="max-width: 950px; margin: 0 auto; height: 480px;">

The height=“480” on the item makes it non-responsive and adds scrollbars.

Wil change the script after further testing, attach a screenshot how it “had to” look

Wim