Surfline
Surf Forecast Widget
by surfershot
HTML
<div id="container">
<div id="outerdiv">
<iframe id="innerdiv" width="100%" height="1000" src="https://www.experiencepismobeach.com/plan/web-cam/" scrolling="no" frameborder="0"></iframe>
</div>
</div>
CSS
#container {
width: 100%;
height: 530px;
margin: auto;
}
#outerdiv {
width: 100%;
height: 530px;
overflow: hidden;
position: relative;
}
#innerdiv {
position: absolute;
top: -590px;
left: 0px;
width: 100%;
height: 1059px;
}