<?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: Prevent automatic increase of custom header dimensions</title>
		<link>http://en.forums.wordpress.com/topic/prevent-automatic-increase-of-custom-header-dimensions</link>
		<description>WordPress.com Forums &#187; Topic: Prevent automatic increase of custom header dimensions</description>
		<language>en</language>
		<pubDate>Sat, 25 May 2013 14:53:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/prevent-automatic-increase-of-custom-header-dimensions" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Prevent automatic increase of custom header dimensions"</title>
			<link>http://en.forums.wordpress.com/topic/prevent-automatic-increase-of-custom-header-dimensions#post-895759</link>
			<pubDate>Sun, 27 May 2012 16:30:58 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">895759@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can certainly do that with some custom CSS. Here is an example that you can start with:</p>
<pre><code>.header-image-link img {
	display: none;
}
.header-image-link {
	display: block;
	background: url(YOUR_IMAGE_URL) no-repeat;
	width: 390px;
	height: 273px;
	margin: 0 auto;
}</code></pre>
<p>Replace YOUR_IMAGE_URL with a link to your image which is sized to 390 x 273 pixels. If you have any trouble, you should include a link to the WordPress.com blog you're working with, a link to your header image, and the code you've tried already in a reply.
</p>
]]></description>
					</item>
		<item>
			<title>vishwambhara on "Prevent automatic increase of custom header dimensions"</title>
			<link>http://en.forums.wordpress.com/topic/prevent-automatic-increase-of-custom-header-dimensions#post-889098</link>
			<pubDate>Fri, 18 May 2012 11:47:38 +0000</pubDate>
			<dc:creator>vishwambhara</dc:creator>
			<guid isPermaLink="false">889098@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Right now, I pasted my 390 x 273 header on a 984 × 242 white background and cropped the header so I get the size I want.</p>
<p>Hoping there's a better way to do this.
</p>
]]></description>
					</item>
		<item>
			<title>vishwambhara on "Prevent automatic increase of custom header dimensions"</title>
			<link>http://en.forums.wordpress.com/topic/prevent-automatic-increase-of-custom-header-dimensions#post-889096</link>
			<pubDate>Fri, 18 May 2012 11:38:47 +0000</pubDate>
			<dc:creator>vishwambhara</dc:creator>
			<guid isPermaLink="false">889096@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Custom header images are automatically resized to 984 × 242 pixels (Sundance theme).</p>
<p>I want the image to either be proportionately smaller or retain its original dimensions (390 x 273).</p>
<p>Can I do this?
</p>
]]></description>
					</item>

	</channel>
</rss>
