<?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 issue for portfolio</title>
		<link>http://www.kriesi.at/support/topic/image-size-issue-for-portfolio</link>
		<description>Support Forum - Topic: Image size issue for portfolio</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 07:45:37 +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-issue-for-portfolio" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Image size issue for portfolio"</title>
			<link>http://www.kriesi.at/support/topic/image-size-issue-for-portfolio#post-95887</link>
			<pubDate>Fri, 08 Feb 2013 18:52:57 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">95887@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Ismael got you back on track. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zhiwan on "Image size issue for portfolio"</title>
			<link>http://www.kriesi.at/support/topic/image-size-issue-for-portfolio#post-95784</link>
			<pubDate>Fri, 08 Feb 2013 06:06:11 +0000</pubDate>
			<dc:creator>zhiwan</dc:creator>
			<guid isPermaLink="false">95784@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Image size issue for portfolio"</title>
			<link>http://www.kriesi.at/support/topic/image-size-issue-for-portfolio#post-95774</link>
			<pubDate>Fri, 08 Feb 2013 04:10:11 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95774@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi zhiwan,&#60;/p&#62;
&#60;p&#62;You can use the value 9999 to make the height and width flexible. However, angular's container width is only limited to 930px, so it's better to set the width to a fixed size which is 930px and set the height to be flexible. Try changing this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;fullsize&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;930, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for lightbox and portfolio single entries
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;340);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;fullsize&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;9999, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for lightbox and portfolio single entries
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;9999, &#38;#39;crop&#38;#39;=&#38;gt;false);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Use the regenerate thumbnails afterwards.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zhiwan on "Image size issue for portfolio"</title>
			<link>http://www.kriesi.at/support/topic/image-size-issue-for-portfolio#post-95769</link>
			<pubDate>Fri, 08 Feb 2013 01:28:10 +0000</pubDate>
			<dc:creator>zhiwan</dc:creator>
			<guid isPermaLink="false">95769@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So I found the code. Is there away to have the width and height to be whatever is the original size? I tend to have the images around 1000px but the height can vary higher, and the numbers may change in the future. &#60;/p&#62;
&#60;p&#62;If I had to put a number, would it be bad to set it to 2000px to be safe? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Image size issue for portfolio"</title>
			<link>http://www.kriesi.at/support/topic/image-size-issue-for-portfolio#post-95575</link>
			<pubDate>Thu, 07 Feb 2013 05:26:59 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">95575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You can edit functions.php and find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;fullsize&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;930, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for lightbox and portfolio single entries
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;340);						// images for fullsize pages and fullsize&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change the width and height then 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; to regenerate the thumbnails.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zhiwan on "Image size issue for portfolio"</title>
			<link>http://www.kriesi.at/support/topic/image-size-issue-for-portfolio#post-95558</link>
			<pubDate>Thu, 07 Feb 2013 02:02:43 +0000</pubDate>
			<dc:creator>zhiwan</dc:creator>
			<guid isPermaLink="false">95558@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using this theme mostly to showcase my photographs. However, I've noticed that when use the &#34;Featured Media/Add Image to Slideshow&#34;, it always shows a resized 930px image (even though in the options I pick full size) and thus degrading the image quality. How can I make it show the the original image?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
