<?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: Can Thumbnails in a Portfolio Category be Resized (enlarged)</title>
		<link>http://www.kriesi.at/support/topic/can-thumbnails-in-a-portfolio-category-be-resized-enlarged</link>
		<description>Support Forum - Topic: Can Thumbnails in a Portfolio Category be Resized (enlarged)</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 07:48:57 +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/can-thumbnails-in-a-portfolio-category-be-resized-enlarged" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Can Thumbnails in a Portfolio Category be Resized (enlarged)"</title>
			<link>http://www.kriesi.at/support/topic/can-thumbnails-in-a-portfolio-category-be-resized-enlarged#post-63487</link>
			<pubDate>Tue, 03 Jul 2012 20:17:15 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">63487@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi linkrep42,&#60;/p&#62;
&#60;p&#62;You should be able to change the sizes by editing the functions.php. Here's the instructions.&#60;/p&#62;
&#60;p&#62;Open functions.php and locate the following lines.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;widget&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;36, &#38;#39;height&#38;#39;=&#38;gt;36 ); // small preview pics eg sidebar news
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;slider_thumb&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;70, &#38;#39;height&#38;#39;=&#38;gt;50 , &#38;#39;copy&#38;#39;=&#38;gt;&#38;#39;greyscale&#38;#39;); // slideshow preview pics
$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;990, &#38;#39;height&#38;#39;=&#38;gt;360 ); // images for fullsize pages and fullsize slider
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;448, &#38;#39;height&#38;#39;=&#38;gt;334, &#38;#39;copy&#38;#39;=&#38;gt;&#38;#39;greyscale&#38;#39;); // images for portfolio entries (2,3 column)
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio_small&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;241, &#38;#39;height&#38;#39;=&#38;gt;179, &#38;#39;copy&#38;#39;=&#38;gt;&#38;#39;greyscale&#38;#39;); // images for portfolio 4 columns

//dynamic columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_1&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;488, &#38;#39;height&#38;#39;=&#38;gt;160); // images for 2/4 (aka 1/2) dynamic portfolio columns when using 3 columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_2&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;671, &#38;#39;height&#38;#39;=&#38;gt;231); // images for 2/3 dynamic portfolio columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_3&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;761, &#38;#39;height&#38;#39;=&#38;gt;160); // images for 3/4 dynamic portfolio columns&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Edit the size for this line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio_small&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;241, &#38;#39;height&#38;#39;=&#38;gt;179, &#38;#39;copy&#38;#39;=&#38;gt;&#38;#39;greyscale&#38;#39;); // images for portfolio 4 columns&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Once done save/upload your functions.php then go to Media and regenerate all your thumbnails. You'll also need to edit your CSS accordingly.&#60;/p&#62;
&#60;p&#62;Hope this helps!&#60;/p&#62;
&#60;p&#62;Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>linkrep42 on "Can Thumbnails in a Portfolio Category be Resized (enlarged)"</title>
			<link>http://www.kriesi.at/support/topic/can-thumbnails-in-a-portfolio-category-be-resized-enlarged#post-62549</link>
			<pubDate>Thu, 28 Jun 2012 01:34:07 +0000</pubDate>
			<dc:creator>linkrep42</dc:creator>
			<guid isPermaLink="false">62549@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can Thumbnails in a Portfolio Category be Resized (enlarged)?  If so, how?  I have added the custom css&#60;br /&#62;
#top #wrap_all .flex_column .slideshow_container {&#60;br /&#62;
    margin-bottom: 0;&#60;br /&#62;
    min-height: 325px;&#60;br /&#62;
}&#60;br /&#62;
element.style {&#60;br /&#62;
    min-height: 325px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;- but it does not resize up to 325 height.&#60;/p&#62;
&#60;p&#62;example is here - &#60;a href=&#34;http://wwwrobertchickfritz.zippykid.it/?portfolio_entries=miller&#34; rel=&#34;nofollow&#34;&#62;http://wwwrobertchickfritz.zippykid.it/?portfolio_entries=miller&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
