<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Video Frame HELP!!</title>
		<link>http://en.forums.wordpress.com/topic/video-frame-help</link>
		<description>WordPress.com Forums &#187; Topic: Video Frame HELP!!</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 20:51:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/video-frame-help" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Video Frame HELP!!"</title>
			<link>http://en.forums.wordpress.com/topic/video-frame-help#post-1088472</link>
			<pubDate>Thu, 06 Dec 2012 18:52:53 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1088472@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There isn't a way to change the structure of a theme on WordPress.com directly using HTML or PHP, so you can't add a video into the header. But what you can try to do is re-position one that is already on the page. For this to work, the home page would always have to have the same post (or you could setup a static front page). Also, this example targets the post on your home page right now titled "Caravan on the Silk Road."</p>
<pre><code>#post-57 .embed-youtube {
	position: absolute;
	width: 760px;
	height: 480px;
	top: -800px;
	left: 180px;
	z-index: 100000;
}</code></pre>
<p>Note that this is just a starting point and you should adjust the CSS width, height, top, and left values until it looks good to you.</p>
<p>In that post, the YouTube video you embedded is too large for the post container area, and that's why the ratio aspect looks off. I would recommend changing the video shortcode to smaller dimension such as 640 x 480 (or something else you pick) to fix that. See this help page for more info: <a href="http://en.support.wordpress.com/videos/youtube/" rel="nofollow">http://en.support.wordpress.com/videos/youtube/</a>
</p>
]]></description>
					</item>
		<item>
			<title>emersongene on "Video Frame HELP!!"</title>
			<link>http://en.forums.wordpress.com/topic/video-frame-help#post-1066686</link>
			<pubDate>Mon, 12 Nov 2012 01:19:22 +0000</pubDate>
			<dc:creator>emersongene</dc:creator>
			<guid isPermaLink="false">1066686@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I want to add a video frame where the picture is, this would be on the home page underneath the header and above the different page links. Also I would like the video space to be considerably large and take up about half of the page space.</p>
<p>THanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
