<?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: Automatically Resizing Page Image</title>
		<link>http://en.forums.wordpress.com/topic/automatically-resizing-page-image</link>
		<description>WordPress.com Forums &#187; Topic: Automatically Resizing Page Image</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 22:44:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/automatically-resizing-page-image" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Automatically Resizing Page Image"</title>
			<link>http://en.forums.wordpress.com/topic/automatically-resizing-page-image#post-1040865</link>
			<pubDate>Mon, 15 Oct 2012 14:54:24 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1040865@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yay!
</p>
]]></description>
					</item>
		<item>
			<title>jhgonzalez7 on "Automatically Resizing Page Image"</title>
			<link>http://en.forums.wordpress.com/topic/automatically-resizing-page-image#post-1040861</link>
			<pubDate>Mon, 15 Oct 2012 14:49:03 +0000</pubDate>
			<dc:creator>jhgonzalez7</dc:creator>
			<guid isPermaLink="false">1040861@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much for your help! You really spared some extra work and headaches
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Automatically Resizing Page Image"</title>
			<link>http://en.forums.wordpress.com/topic/automatically-resizing-page-image#post-1039622</link>
			<pubDate>Sat, 13 Oct 2012 22:37:32 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1039622@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try replacing the the CSS for #page you listed above with the following:</p>
<pre><code>#branding {
	background: #032341 url(&#039;http://beaconofhopeblog.files.wordpress.com/2012/10/blog-banner.png&#039;) no-repeat;
	background-size: contain;
}

@media (max-width: 800px) {
	#branding hgroup {
		height: 120px;
	}
}

@media (max-width: 650px) {›
	#branding hgroup {
		height: 90px;
	}
}

@media (max-width: 480px) {
	#branding hgroup {
		height: 60px;
	}
	#branding #s {
		display: none;
	}
}</code></pre>
<p>Note that the background-size rule is CSS3 and so it is not supported in older browsers.
</p>
]]></description>
					</item>
		<item>
			<title>jhgonzalez7 on "Automatically Resizing Page Image"</title>
			<link>http://en.forums.wordpress.com/topic/automatically-resizing-page-image#post-1037951</link>
			<pubDate>Fri, 12 Oct 2012 00:45:03 +0000</pubDate>
			<dc:creator>jhgonzalez7</dc:creator>
			<guid isPermaLink="false">1037951@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What I did here is use my own image for the page background so that I can have my organization's header as the header for the page (above the image header of the Twenty Eleven theme). Through my basic CSS customization I've achieved the look that I want.</p>
<p>With one exception... The page background image that I am using is static and doesn't resize automatically to fit the width of the window like the header image does.</p>
<p>I've tried a bunch different CSS code to accomplish this and this is what I'm using at the moment (to no avail):</p>
<p><code>#page {&lt;br /&gt;
	background:url(&#039;http://beaconofhopeblog.files.wordpress.com/2012/10/blog-banner.png&#039;) no-repeat, #FFFFFF;&lt;br /&gt;
	width:auto;&lt;br /&gt;
}</code></p>
<p>Some stuff I've read is telling me that this kind of customization would only be possible if I self-hosted the blog.. SAY IT AIN'T SO! I'm new to all of this and wouldn't want the extra responsibility (and headache) of self-hosting when all I want is such a simple tweak.</p>
<p>Any help is MUCH appreciated!
</p>
]]></description>
					</item>

	</channel>
</rss>
