<?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>Grapii &#187; Images</title>
	<atom:link href="http://www.grapii.com/tag/images/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grapii.com</link>
	<description>Personal Site of Raj Patel</description>
	<lastBuildDate>Thu, 08 Jul 2010 15:09:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Change Default Thumbnail Size in WordPress</title>
		<link>http://www.grapii.com/2008/02/change-default-thumbnail-size-in-wordpress/</link>
		<comments>http://www.grapii.com/2008/02/change-default-thumbnail-size-in-wordpress/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 13:48:55 +0000</pubDate>
		<dc:creator>grapii</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.grapii.com/?p=29</guid>
		<description><![CDATA[I&#8217;ve been using WordPress for a few weeks now, and thinks it&#8217;s an awesome blogging tool, however, as with most applications it doesn&#8217;t do exactly what I want it to do.  One of the annoyances I have right now, is that the thumbnail image WordPress 2.3 creates is too small for my tastes and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using <a target="_blank" href="http://www.wordpress.org" title="WordPress">WordPress</a> for a few weeks now, and thinks it&#8217;s an awesome blogging tool, however, as with most applications it doesn&#8217;t do exactly what I want it to do.  One of the annoyances I have right now, is that the thumbnail image WordPress 2.3 creates is too small for my tastes and so I wanted to find a way to change this. It is actually quite easy to change &#8211; it just requires modification to one WordPress file.<span id="more-29"></span></p>
<p>Open /wp-admin/includes/image.php and look for the following code:</p>
<pre>$max_side = apply_filters( 'wp_thumbnail_max_side_length', 128, $attachment_id, $file );</pre>
<p>The number specified here (128 by default) is the maximum size of either dimension.  Just change this to whatever you like.  I&#8217;ve changed this to 256 and works really well (below)</p>
<p style="text-align: center"><a href="http://www.grapii.com/wp-content/uploads/2008/02/canyon.jpg" title="Canyon" rel="lightbox[29]"><img src="http://www.grapii.com/wp-content/uploads/2008/02/canyon-150x150.jpg" alt="Canyon" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grapii.com/2008/02/change-default-thumbnail-size-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
