<?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: single portfolio image size</title>
		<link>http://www.kriesi.at/support/topic/single-portfolio-image-size</link>
		<description>Support Forum - Topic: single portfolio image size</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 04:28:33 +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/single-portfolio-image-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "single portfolio image size"</title>
			<link>http://www.kriesi.at/support/topic/single-portfolio-image-size#post-64328</link>
			<pubDate>Sun, 08 Jul 2012 07:36:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">64328@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Katharina,&#60;/p&#62;
&#60;p&#62;Glad that I could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ykblue on "single portfolio image size"</title>
			<link>http://www.kriesi.at/support/topic/single-portfolio-image-size#post-63850</link>
			<pubDate>Thu, 05 Jul 2012 14:37:45 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">63850@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot - works like charm. I did not think in this direction - once you see the solution it's obvious.&#60;/p&#62;
&#60;p&#62;Have a nice day,&#60;br /&#62;
Katharina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "single portfolio image size"</title>
			<link>http://www.kriesi.at/support/topic/single-portfolio-image-size#post-63677</link>
			<pubDate>Wed, 04 Jul 2012 10:19:01 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You can inspect the portfolio page and look for the body class. In the link you provided you can use&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-636 .slideshow li img {
width: 300px;
height: 300px;
}

#top.page-id-636 .slideshow li {
width: 300px;
height: 300px;
}

#top.page-id-636 .slideshow {
width: 300px;
height: 300px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you have another portfolio page, inspect the page again and look for the unique body class then drop the same snippet.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ykblue on "single portfolio image size"</title>
			<link>http://www.kriesi.at/support/topic/single-portfolio-image-size#post-63640</link>
			<pubDate>Wed, 04 Jul 2012 08:32:59 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">63640@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael for your fast and kind assistance.&#60;br /&#62;
Step 1 - functions.php leads to smaller thumbs. Fine&#60;br /&#62;
Step 2 - additional css leads to imgs in the correct size but in ALL slideshows. I only want the portfolio images including their container to be smaller, but the slider on the home page should remain wide. &#60;/p&#62;
&#60;p&#62;I went through the initial thread again - he somehow managed as you can see on his site &#60;a href=&#34;http://www.tasty-juice.com/e-liquides/fresh-strawberry/&#34; rel=&#34;nofollow&#34;&#62;http://www.tasty-juice.com/e-liquides/fresh-strawberry/&#60;/a&#62;, but I don't understand how. I hope that I'm not asking too much but would appreciate if you could dive into this again. &#60;/p&#62;
&#60;p&#62;Maybe it's a hint: for the portfolio I'm using dynamic templates built with the Angular template builder &#60;a href=&#34;http://www.prodynamics.com/wordpress/seilzug-positionsgeber-all/&#34; rel=&#34;nofollow&#34;&#62;http://www.prodynamics.com/wordpress/seilzug-positionsgeber-all/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks, Katharina
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "single portfolio image size"</title>
			<link>http://www.kriesi.at/support/topic/single-portfolio-image-size#post-63557</link>
			<pubDate>Wed, 04 Jul 2012 03:44:09 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63557@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Please open functions.php and change find this line. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;post-format-image&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;630, &#38;#39;height&#38;#39;=&#38;gt;999, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for post format image and gallery posts&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;replace it to&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;post-format-image&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;300, &#38;#39;height&#38;#39;=&#38;gt;300, &#38;#39;crop&#38;#39;=&#38;gt;true);		// big images for post format image and gallery posts&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regenerate the images. I think this will work. If not you can add this codes on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow li img {
width: 300px;
height: 300px;
}

#top .slideshow li {
width: 300px;
height: 300px;
}

#top .slideshow {
width: 300px;
height: 300px!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This might not crop the image correctly.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ykblue on "single portfolio image size"</title>
			<link>http://www.kriesi.at/support/topic/single-portfolio-image-size#post-63508</link>
			<pubDate>Tue, 03 Jul 2012 21:31:01 +0000</pubDate>
			<dc:creator>ykblue</dc:creator>
			<guid isPermaLink="false">63508@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I would like to reduce the size of the image on the single portfolio (opened on the same page as all portfolio items) to 300x300px. I followed the hints on the thread &#60;a href=&#34;http://www.kriesi.at/support/topic/control-image-size#post-51047&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/control-image-size#post-51047&#60;/a&#62; but this does not lead to resizing the image including it's container. Changed size in the functions.php - which only rezises the thumbs. In both cases: thumbnails regenerated.&#60;/p&#62;
&#60;p&#62;Your help is appreciated. Thanks, Katharina
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
