<?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: Specify image dimensions</title>
		<link>http://www.kriesi.at/support/topic/specify-image-dimensions</link>
		<description>Support Forum - Topic: Specify image dimensions</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 05:45:40 +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/specify-image-dimensions" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Specify image dimensions"</title>
			<link>http://www.kriesi.at/support/topic/specify-image-dimensions#post-90567</link>
			<pubDate>Tue, 08 Jan 2013 14:49:13 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Job,&#60;/p&#62;
&#60;p&#62;That won't be possible with the way the theme works without some heavy modification through the theme.&#60;/p&#62;
&#60;p&#62;If you are looking for page loading performance, the best route to go is a caching plugin and is significantly less time involved.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>job82 on "Specify image dimensions"</title>
			<link>http://www.kriesi.at/support/topic/specify-image-dimensions#post-90500</link>
			<pubDate>Tue, 08 Jan 2013 08:49:06 +0000</pubDate>
			<dc:creator>job82</dc:creator>
			<guid isPermaLink="false">90500@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;br /&#62;
again: it's not about rezising any pictures. The sizes are okay. It's just abaout that:&#60;br /&#62;
&#60;a href=&#34;https://developers.google.com/speed/docs/best-practices/rendering?hl=de#SpecifyImageDimensions&#34; rel=&#34;nofollow&#34;&#62;https://developers.google.com/speed/docs/best-practices/rendering?hl=de#SpecifyImageDimensions&#60;/a&#62;&#60;br /&#62;
Regards&#60;br /&#62;
Job
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Specify image dimensions"</title>
			<link>http://www.kriesi.at/support/topic/specify-image-dimensions#post-90387</link>
			<pubDate>Mon, 07 Jan 2013 15:52:41 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">90387@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Job,&#60;/p&#62;
&#60;p&#62;You can use that plugin to accomplish most of that. Some of the sizes are done via php and some via css. &#60;/p&#62;
&#60;p&#62;If you look at the featured image size for the first post on the demo site: &#60;a href=&#34;http://www.kriesi.at/themes/shoutbox/2011/03/31/this-is-a-nice-post/&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themes/shoutbox/2011/03/31/this-is-a-nice-post/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The image is appended with -620x350. This is based on the theme functions which you can set with that plugin. The images will get regenerated and the size changed.&#60;/p&#62;
&#60;p&#62;Again, not all of the various areas will accept a change in width specifically because of the layout limits. Most will accept a change in height without issue however.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>job82 on "Specify image dimensions"</title>
			<link>http://www.kriesi.at/support/topic/specify-image-dimensions#post-90257</link>
			<pubDate>Sun, 06 Jan 2013 10:39:10 +0000</pubDate>
			<dc:creator>job82</dc:creator>
			<guid isPermaLink="false">90257@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Dude,&#60;br /&#62;
that's not what I mean. The Image-Sizes are okay. I mean changing the code from &#60;/p&#62;
&#60;p&#62;img src=&#34;xxx.jpg&#34; title='' alt='' /&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62;img src=&#34;xxx.jpg&#34;  width='50' height='50' title='' alt='' /&#60;/p&#62;
&#60;p&#62;Regards&#60;br /&#62;
Job
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Specify image dimensions"</title>
			<link>http://www.kriesi.at/support/topic/specify-image-dimensions#post-90254</link>
			<pubDate>Sun, 06 Jan 2013 09:51:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">90254@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
you can use following plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/simple-image-sizes/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/simple-image-sizes/&#60;/a&#62; to configure the thumbnail sizes (new setting fields on the Settings &#38;gt;Media option screen), Save the new thumbnail sizes and regenerate the images with: &#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;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>job82 on "Specify image dimensions"</title>
			<link>http://www.kriesi.at/support/topic/specify-image-dimensions#post-90209</link>
			<pubDate>Sat, 05 Jan 2013 17:46:09 +0000</pubDate>
			<dc:creator>job82</dc:creator>
			<guid isPermaLink="false">90209@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dear Support-Team,&#60;br /&#62;
I would like to specify the image dimensions für pics in the template. How can I do so for&#60;br /&#62;
- Frontpage (incl. Featured Posts Slider)&#60;br /&#62;
- Latest News Widget&#60;br /&#62;
- Single Post Pictures&#60;br /&#62;
Thanks a lot and best regards&#60;br /&#62;
Job
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
