<?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: image size in posts</title>
		<link>http://www.kriesi.at/support/topic/image-size-in-posts</link>
		<description>Support Forum - Topic: image size in posts</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 18:19:09 +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/image-size-in-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "image size in posts"</title>
			<link>http://www.kriesi.at/support/topic/image-size-in-posts#post-56117</link>
			<pubDate>Tue, 15 May 2012 06:00:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">56117@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; I think the problem is that the image itself: &#60;a href=&#34;http://voyagesenmer.com/wp-content/uploads/2012/05/aranui3.jpg&#34; rel=&#34;nofollow&#34;&#62;http://voyagesenmer.com/wp-content/uploads/2012/05/aranui3.jpg&#60;/a&#62; is only 425px. Maybe you can use an image with an higher resolution? &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mapi-sailing on "image size in posts"</title>
			<link>http://www.kriesi.at/support/topic/image-size-in-posts#post-55617</link>
			<pubDate>Thu, 10 May 2012 19:43:25 +0000</pubDate>
			<dc:creator>mapi-sailing</dc:creator>
			<guid isPermaLink="false">55617@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael, but this has not worked. I changed M for L everywhere you said, then cleared the cache and cookies in my browser. No change. See? &#60;a href=&#34;http://voyagesenmer.com/destinations/aventure-aux-marquises-a-bord-du-cargo-mixte-aranui/&#34; rel=&#34;nofollow&#34;&#62;http://voyagesenmer.com/destinations/aventure-aux-marquises-a-bord-du-cargo-mixte-aranui/&#60;/a&#62;&#60;br /&#62;
Another idea?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "image size in posts"</title>
			<link>http://www.kriesi.at/support/topic/image-size-in-posts#post-55610</link>
			<pubDate>Thu, 10 May 2012 19:02:54 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">55610@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Kindly edit single.php and find this line of code:&#60;br /&#62;
&#60;code&#62;$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array('size'=&#38;gt; array('M'),&#60;br /&#62;
													'display_link' =&#38;gt; array('lightbox'), 				// '_prev_image_link' or array('lightbox')&#60;br /&#62;
													'linkurl' =&#38;gt; array ('fullscreen','_preview_big'),&#60;br /&#62;
													'wh' =&#38;gt; $k_option['custom']['imgSize']['M']&#60;br /&#62;
													));&#60;/code&#62;&#60;br /&#62;
You can it in line 18. just replace it with this:&#60;br /&#62;
&#60;code&#62;$preview_image = kriesi_post_thumb($post-&#38;gt;ID, array('size'=&#38;gt; array('L'),&#60;br /&#62;
													'display_link' =&#38;gt; array('lightbox'), 				// '_prev_image_link' or array('lightbox')&#60;br /&#62;
													'linkurl' =&#38;gt; array ('fullscreen','_preview_big'),&#60;br /&#62;
													'wh' =&#38;gt; $k_option['custom']['imgSize']['L']&#60;br /&#62;
													));&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
What I did was just I replaced M with L (Medium to Large).&#60;/p&#62;
&#60;p&#62;Other files that also have that line of code are:&#60;br /&#62;
archive.php&#60;br /&#62;
index.php&#60;br /&#62;
page.php&#60;br /&#62;
search.php&#60;br /&#62;
template_contact.php&#60;/p&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mapi-sailing on "image size in posts"</title>
			<link>http://www.kriesi.at/support/topic/image-size-in-posts#post-55546</link>
			<pubDate>Thu, 10 May 2012 15:20:28 +0000</pubDate>
			<dc:creator>mapi-sailing</dc:creator>
			<guid isPermaLink="false">55546@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
How can I have the featured image in post showing full size (700x320) instead of the small square size?&#60;br /&#62;
If this is not possible, how can I get the image wrapped by the text? See how ugly it is for now: &#60;a href=&#34;http://voyagesenmer.com/croisiere-2/originales/croisiere-luxuriante-a-borneo/&#34; rel=&#34;nofollow&#34;&#62;http://voyagesenmer.com/croisiere-2/originales/croisiere-luxuriante-a-borneo/&#60;/a&#62;.&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
