<?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>Janeks random writings &#187; PHP</title>
	<atom:link href="http://www.hellqvist.com/janek/weblog/category/web-development/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hellqvist.com/janek/weblog</link>
	<description>No, it's not another diary.</description>
	<lastBuildDate>Fri, 22 Jan 2010 23:45:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Maximum image size in WordPress 2</title>
		<link>http://www.hellqvist.com/janek/weblog/2006/12/08/maximum-image-size-in-wordpress-2/</link>
		<comments>http://www.hellqvist.com/janek/weblog/2006/12/08/maximum-image-size-in-wordpress-2/#comments</comments>
		<pubDate>Fri, 08 Dec 2006 21:34:48 +0000</pubDate>
		<dc:creator>Janek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.hellqvist.com/janek/weblog/2006/12/08/maximum-image-size-in-wordpress-2/</guid>
		<description><![CDATA[There seems to be a hard-coded maximum size for images uploaded in WordPress 2.0 &#8211; images larger than 3 Mpixels aren&#8217;t resized into thumbnails for some odd reason (maybe not to stress the web server?).
If you think your web host has enough horse power to resize large images, go ahead and modify line 89 in [...]]]></description>
			<content:encoded><![CDATA[<p>There seems to be a hard-coded maximum size for images uploaded in WordPress 2.0 &#8211; images larger than 3 Mpixels aren&#8217;t resized into thumbnails for some odd reason (maybe not to stress the web server?).</p>
<p>If you think your web host has enough horse power to resize large images, go ahead and modify line 89 in <em>wp-admin/inline-uploading.php</em> and change the number three to something higher:</p>
<p><code>if ( $imagedata['width'] * $imagedata['height'] &lt; 3 * 1024 * 1024 ) {</code></p>
<p>This should be added to the <a href="http://codex.wordpress.org/Using_Image_and_File_Attachments">WordPress Codex</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hellqvist.com/janek/weblog/2006/12/08/maximum-image-size-in-wordpress-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
