Vielen Dank schon mal für die Tipps...
Ich habe clear:both zur div class hinzugefügt, aber es hat sich nichts getan.
Wie sieht das ganze denn dann als Code aus? Die max-width ist auf 100% oder sehe ich das falsch?
</div>
<div class="one_half last">
<div style="clear:both"></div>
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 35px;
height: 0;
overflow: hidden;
video-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
<h4></h4>
<iframe src="http://forum.wpde.org/view-source:ht…bed/uraaKNUOAdU" width="560" height="315" frameborder="0">iframe, object, embed {
max-width: 100%;
} </iframe>
Müsste nach diesem Code meine div nicht div class="video-container" sein? Dann rutscht das Video zwar nach unten, aber auch in der normalen Ansicht auf dem PC.