<?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"

			>

	<channel>

		<title>Strange thumbnail sizes in recent posts shortcode &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 22 Nov 2025 16:55:14 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/#post-147412</guid>
					<title><![CDATA[Strange thumbnail sizes in recent posts shortcode]]></title>
					<link>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/#post-147412</link>
					<pubDate>Tue, 18 Nov 2014 11:06:28 +0000</pubDate>
					<dc:creator>eugenetim</dc:creator>

					<description>
						<![CDATA[
						<p>Hi.<br />
I am using recent posts shortcode on my homepage. It works perfect but today I&#8217;ve found strange problem. When I use feature image file with less then 1216px wide then shortcode displays non cropped thumbnail with original file aspect ratio. But when I use 1216px feature image shortcode displays slightly cropped thumbnail. You can see this here: <a href="http://www.fotolandscape.com/" rel="nofollow">http://www.fotolandscape.com/</a><br />
What I want: the same thumbnail size for all posts displayed by shortcode. Doesn&#8217;t matter slightly cropped or not, but the same size.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/#post-147674</guid>
					<title><![CDATA[Reply To: Strange thumbnail sizes in recent posts shortcode]]></title>
					<link>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/#post-147674</link>
					<pubDate>Tue, 18 Nov 2014 16:06:21 +0000</pubDate>
					<dc:creator>Cousett</dc:creator>

					<description>
						<![CDATA[
						<p>You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it&#8217;s fixed, you&#8217;ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/#post-147696</guid>
					<title><![CDATA[Reply To: Strange thumbnail sizes in recent posts shortcode]]></title>
					<link>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/#post-147696</link>
					<pubDate>Tue, 18 Nov 2014 16:29:38 +0000</pubDate>
					<dc:creator>eugenetim</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, I&#8217;ll try. Which is correct aspect ratio of thumbnail for Icon stack? As in original file or more wide and slightly cropped? Another words for my site 364x243px or 364x203px?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/#post-147951</guid>
					<title><![CDATA[Reply To: Strange thumbnail sizes in recent posts shortcode]]></title>
					<link>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/#post-147951</link>
					<pubDate>Tue, 18 Nov 2014 22:23:03 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>As a work around you can specify the width and height for the recent posts images, which will resize all the images to the same dimensions.</p>
<p>You can do this by adding the following code in <strong>Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>.x-recent-posts img {
width: 306px;
height: 204px;
}</code></pre>
<p>The aspect ratio depends upon the image dimensions.  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/#post-148170</guid>
					<title><![CDATA[Reply To: Strange thumbnail sizes in recent posts shortcode]]></title>
					<link>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/#post-148170</link>
					<pubDate>Wed, 19 Nov 2014 07:18:25 +0000</pubDate>
					<dc:creator>eugenetim</dc:creator>

					<description>
						<![CDATA[
						<p>Great! Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/#post-148231</guid>
					<title><![CDATA[Reply To: Strange thumbnail sizes in recent posts shortcode]]></title>
					<link>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/#post-148231</link>
					<pubDate>Wed, 19 Nov 2014 08:19:56 +0000</pubDate>
					<dc:creator>eugenetim</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve found the reason. My usual horizontal photographs have 1.5 aspect ratio. Icon stack register custom image size for thumbnail &#8216;entry icon cropped&#8217; 1216x680px (1.8 aspect ratio). When I use files for featured image smaller than 680px height, WP doesn&#8217;t crop this image and use original file as thumbnail. In case of images with height more than 680px, WP crop original and use this cropped copy as thumbnail. So for equal sizes of all thumbnails we have to set feature image files more than 680px height. Or, in case of small images, crop them manually with Manual Image Crop plugin.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/#post-148441</guid>
					<title><![CDATA[Reply To: Strange thumbnail sizes in recent posts shortcode]]></title>
					<link>https://theme.co/archive/forums/topic/strange-thumbnail-sizes-in-recent-posts-shortcode/#post-148441</link>
					<pubDate>Wed, 19 Nov 2014 14:20:00 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Glad to hear you&#8217;ve figured out your issue,</p>
<p>Have a great day</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

