I'm having an issue with a YouTube video embedded on one of my blogs. It shows correctly when viewing the individual post in which it appears:
http://juiced.gs/2010/01/welcome-to-mac-cnbc/
But when viewing the category archive, its dimensions are scaled down:
http://juiced.gs/category/news/
Looking at the page's source, it seems that the archive view is stripping the dimensions out of the YouTube embed code. So instead of starting with
<object width="480" height="295"><param name="movie"
It's
<object ><param name="movie"
Any idea what could cause this to happen? I've tried other posts and other videos in this same theme, and the same problem recurs, so I don't think it's my coding of this particular instance.