<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Display thumbnail file instead of scaling</title>
		<link>http://www.themolitor.com/forums/topic/display-thumbnail-file-instead-of-scaling</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Display thumbnail file instead of scaling</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 18:57:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/display-thumbnail-file-instead-of-scaling" rel="self" type="application/rss+xml" />

		<item>
			<title>Justin on "Display thumbnail file instead of scaling"</title>
			<link>http://www.themolitor.com/forums/topic/display-thumbnail-file-instead-of-scaling#post-8868</link>
			<pubDate>Wed, 11 Apr 2012 18:02:08 +0000</pubDate>
			<dc:creator>Justin</dc:creator>
			<guid isPermaLink="false">8868@http://www.themolitor.com/forums/</guid>
			<description><p>Hey there,</p>
<p>I'm not sure what Theme you're referring to.  To answer your question, if your Larger image is the correct size/proportion, it should scale down well.  I don't suggest making a change... but if you do decide to and need help, you can fill out this form: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a> for customizations.</p>
<p>Thanks,<br />
Justin
</p></description>
		</item>
		<item>
			<title>Gexxer on "Display thumbnail file instead of scaling"</title>
			<link>http://www.themolitor.com/forums/topic/display-thumbnail-file-instead-of-scaling#post-8833</link>
			<pubDate>Tue, 10 Apr 2012 18:29:27 +0000</pubDate>
			<dc:creator>Gexxer</dc:creator>
			<guid isPermaLink="false">8833@http://www.themolitor.com/forums/</guid>
			<description><p>I don't know php, but i tried editing single.php:</p>
<pre><code>&#60;?php foreach ( $attachments as $attachment ) { ?&#62;

&#60;?php $image_attributes = wp_get_attachment_image_src( $attachment-&#62;ID, &#039;medium&#039;, false);?&#62; 

&#60;a class=&#34;postImg&#34; href=&#34;&#60;?php echo wp_get_attachment_url( $attachment-&#62;ID , &#039;medium&#039;, false); ?&#62;&#34;&#62;
&#60;img width=&#34;&#60;?php echo $image_attributes[1] ?&#62;&#34; height=&#34;&#60;?php echo $image_attributes[2] ?&#62;&#34;
src=&#34;&#60;?php echo wp_get_attachment_url( $attachment-&#62;ID , &#039;medium&#039;, false); ?&#62;&#34; alt=&#34;&#60;?php the_title(); ?&#62;&#34; width=&#34;280&#34; border=&#34;0&#34; /&#62;&#60;/a&#62;
&#60;?php } ?&#62;
&#60;/div&#62;
&#60;?php } ?&#62;</code></pre>
<p>Hoped to make my post display a scaled down version of my medium sized image, didn't work. I've also tried regenerating my thumbs.
</p></description>
		</item>
		<item>
			<title>Gexxer on "Display thumbnail file instead of scaling"</title>
			<link>http://www.themolitor.com/forums/topic/display-thumbnail-file-instead-of-scaling#post-8816</link>
			<pubDate>Tue, 10 Apr 2012 17:09:49 +0000</pubDate>
			<dc:creator>Gexxer</dc:creator>
			<guid isPermaLink="false">8816@http://www.themolitor.com/forums/</guid>
			<description><p>In my blog posts, the image thumbnails aren't the files auto-generated by WP but scaled down versions of the original files. I thought there was something wrong on my end, but then I noticed the preview site on ThemeForest works the same. Is there an easy way to edit say single.php to display the thumbnail file instead of having the browser scale it down, or do you simply recommend I upload low-res images?
</p></description>
		</item>

	</channel>
</rss>
