This feature is working properly in Twenty Thirteen Theme. If you can share the link I might be able to help you
I’m testing this in an offline WP installation, so I’m afraid I can’t link anything… You can view the Summer Lite’s style.css file though
remove “top: 0;” on “.format-video iframe” class
new code is
.format-video iframe {
position: absolute;
left: 0;
height: 100%;
width: 100%; padding:0;
}
Unfortunately, that way, the video is clipped, or doesn’t appear at all, if the text is very long. You can set the overflow to “scroll” in the “.format-video .video-container”, but that doesn’t really look nice…
How are you embedding the video?
I tried just copying the link and the iframe embed code from youtube, they both give the same result.
And you are putting the content below the link?
No, the text is above the link
Ah, put the content below the video and it should be fine. The video post was meant to emphasize the video, and then have the content below.