<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Pro - WordPress How To Plugins, Themes Usability &#187; WordPress images auto resize</title>
	<atom:link href="http://crunchpress.com/tag/wordpress-images-auto-resize/feed/" rel="self" type="application/rss+xml" />
	<link>http://crunchpress.com</link>
	<description>Learn How To Use WordPress Like A Pro - WordPress Pro Articles</description>
	<lastBuildDate>Wed, 05 May 2010 16:19:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WordPress Hack &#8211; Prevent Your Images From Being too Large</title>
		<link>http://crunchpress.com/wordpress-hack-prevent-your-images-from-being-too-large/</link>
		<comments>http://crunchpress.com/wordpress-hack-prevent-your-images-from-being-too-large/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 16:42:57 +0000</pubDate>
		<dc:creator>Nasir Hayat</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Tweaks]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[adjust image size automatically in wordpress]]></category>
		<category><![CDATA[automatically adjust image size css trick]]></category>
		<category><![CDATA[WordPress Hack]]></category>
		<category><![CDATA[WordPress images auto resize]]></category>
		<category><![CDATA[wordpress post image size hack]]></category>
		<category><![CDATA[WordPress Theme Break]]></category>

		<guid isPermaLink="false">http://crunchpress.com/?p=216</guid>
		<description><![CDATA[Every blogger add images in their blogs. Images are necessary to attract reader attention. But if image used in post in is too big they can break your blog layout. You can automatically adjust image size according to your content area. Simply paste the following in your style.css file: .post img { max-width: 500px; /* [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcrunchpress.com%2Fwordpress-hack-prevent-your-images-from-being-too-large%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcrunchpress.com%2Fwordpress-hack-prevent-your-images-from-being-too-large%2F&amp;source=crunchpress&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-217" title="WordPress Hack - Prevent Your Images From Being too Large" src="http://crunchpress.com/wp-content/uploads/2009/12/wordpress-logo-shine.jpg" alt="WordPress Hack - Prevent Your Images From Being too Large" width="433" height="317" /></p>
<p style="text-align: left;">Every blogger add images in their blogs. Images are necessary to attract reader attention. But if image used in post in is too big they can break your blog layout. You can automatically adjust image size according to your content area.<br />
Simply paste the following in your style.css file:</p>
<p style="text-align: left;"><code>.post img {<br />
max-width: 500px; /* Adjust this value according to your content area size*/<br />
height: auto;<br />
}<br />
</code></p>
<p style="text-align: left;">You can set your own max image size in code. Most WordPress themes display posts content within a &lt;div&gt; tag. However, if the hack don&#8217;t work, make sure you have this tag on your single.php file.</p>
]]></content:encoded>
			<wfw:commentRss>http://crunchpress.com/wordpress-hack-prevent-your-images-from-being-too-large/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
