Embed YouTube video problem – player too small
-
Hi,
I embedded a YouTube video on one of my blog posts using YouTube’s embed code (inserted into the Text section of Edit Post) a while back and the video was inserted into my blog post just fine.
When I was looking at this post again, to my horror I see that the embedded video has shrunk in size. When I try to play the video, it says “Player too small”. See here (scroll right down to the bottom):
I’ve followed all instructions here http://en.support.wordpress.com/videos/youtube/ to re-embed the video but the video is still as small as it is.
My blog is at mabelkwong.com and the post I mentioned above is this one: http://mabelkwong.com/2012/11/15/home-its-where-the-heart-is/
Any help would be much appreciated.
The blog I need help with is: (visible only to logged in users)
-
Solved! I adjusted this bit of code in my CSS:
.singular iframe {
max-width: 100%;
width: 850px;
height: 70px;
}to
.singular iframe {
max-width: 100%;
width: 850px;
}And now my embedded YouTube videos show up in an appropriate size!
- The topic ‘Embed YouTube video problem – player too small’ is closed to new replies.