<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: How can I change the size of a featured image</title>
		<link>http://www.kriesi.at/support/topic/how-can-i-change-the-size-of-a-featured-image</link>
		<description>Support Forum - Topic: How can I change the size of a featured image</description>
		<language>en-US</language>
		<pubDate>Tue, 18 Jun 2013 05:06:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/how-can-i-change-the-size-of-a-featured-image" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How can I change the size of a featured image"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-change-the-size-of-a-featured-image#post-27165</link>
			<pubDate>Fri, 16 Sep 2011 13:19:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27165@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cheekykev on "How can I change the size of a featured image"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-change-the-size-of-a-featured-image#post-27156</link>
			<pubDate>Fri, 16 Sep 2011 10:02:02 +0000</pubDate>
			<dc:creator>cheekykev</dc:creator>
			<guid isPermaLink="false">27156@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude - I didn't spot that.  Working perfect now!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How can I change the size of a featured image"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-change-the-size-of-a-featured-image#post-27118</link>
			<pubDate>Fri, 16 Sep 2011 05:34:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27118@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You need to adjust this code in style.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.entry-previewimage a{
height:180px;
width:180px;
overflow: hidden;
border:none;
display:block;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>cheekykev on "How can I change the size of a featured image"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-change-the-size-of-a-featured-image#post-27061</link>
			<pubDate>Thu, 15 Sep 2011 11:55:10 +0000</pubDate>
			<dc:creator>cheekykev</dc:creator>
			<guid isPermaLink="false">27061@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've updated functions.php to make the image sizes portrait instead of square for medium thumbnails:&#60;/p&#62;
&#60;p&#62;$k_option['custom']['imgSize']['M'] = array('width'=&#38;gt;180, 'height'=&#38;gt;250);		// big preview pic for full sized posts&#60;/p&#62;
&#60;p&#62;I updated the CSS to make the rounded border fit my desired image size 180px wide by 250px height.&#60;/p&#62;
&#60;p&#62;Next I installed the plugin to regenerate the thumbnails and ran that for one of my images but it didn't change. I also uploaded a new image which is 180px by 250px. I selected 'full size' and 'set as featured image' in the set featured dialogue box but is still appears square?&#60;/p&#62;
&#60;p&#62;You can see here: &#60;a href=&#34;http://www.nicolamorgan.com/author/uncategorized/test-post-image-size/&#34; rel=&#34;nofollow&#34;&#62;http://www.nicolamorgan.com/author/uncategorized/test-post-image-size/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How can I change the size of a featured image"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-change-the-size-of-a-featured-image#post-27005</link>
			<pubDate>Thu, 15 Sep 2011 05:33:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27005@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can adjust the thumbnail size in functions.php. To change the size of existing thumbnails you need to use this plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62; (it regenerates them).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cheekykev on "How can I change the size of a featured image"</title>
			<link>http://www.kriesi.at/support/topic/how-can-i-change-the-size-of-a-featured-image#post-26983</link>
			<pubDate>Wed, 14 Sep 2011 19:40:42 +0000</pubDate>
			<dc:creator>cheekykev</dc:creator>
			<guid isPermaLink="false">26983@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Currently the featured images I add to a post display at about 180px by 180px.  I'd like to change it so that the images display at 180px wide and 250px height.  I have found the CSS to change the rounded border by I can't find out how to change the image size?&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
