<?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: thumbnail size problem in portfolio slideshow</title>
		<link>http://www.kriesi.at/support/topic/thumbnail-size-problem-in-portfolio-slideshow</link>
		<description>Support Forum - Topic: thumbnail size problem in portfolio slideshow</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 14:39:08 +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/thumbnail-size-problem-in-portfolio-slideshow" rel="self" type="application/rss+xml" />

		<item>
			<title>jessipoo on "thumbnail size problem in portfolio slideshow"</title>
			<link>http://www.kriesi.at/support/topic/thumbnail-size-problem-in-portfolio-slideshow#post-44884</link>
			<pubDate>Tue, 06 Mar 2012 20:55:57 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">44884@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I also did the functions.php modification, regenerated the thumbnails and they don't regenerate, it fails to do so.&#60;/p&#62;
&#60;p&#62;My solution was to play with the photo image size, change .jpg to .png for one of the photos. I'm not sure if this will work on all browsers and if this is a permanent solution or not, but it worked for me. It's kind of an absurd waste of time and I'm hoping the support team figures this out very soon because it is a huge problem and is quite the headache to an otherwise simple interface and theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessipoo on "thumbnail size problem in portfolio slideshow"</title>
			<link>http://www.kriesi.at/support/topic/thumbnail-size-problem-in-portfolio-slideshow#post-44883</link>
			<pubDate>Tue, 06 Mar 2012 20:50:31 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">44883@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I also did the functions.php modification, regenerated the thumbnails and they don't regenerate, it fails to do so.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jessipoo on "thumbnail size problem in portfolio slideshow"</title>
			<link>http://www.kriesi.at/support/topic/thumbnail-size-problem-in-portfolio-slideshow#post-44860</link>
			<pubDate>Tue, 06 Mar 2012 17:54:36 +0000</pubDate>
			<dc:creator>jessipoo</dc:creator>
			<guid isPermaLink="false">44860@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm having problems as well. Sometimes it works, sometimes it doesn't. I've tried regenerating the thumbnail, this is a very odd problem since so far my other posts have been responding properly but something must be coded weird since I'm not the only one with this issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vibeGirl on "thumbnail size problem in portfolio slideshow"</title>
			<link>http://www.kriesi.at/support/topic/thumbnail-size-problem-in-portfolio-slideshow#post-44629</link>
			<pubDate>Mon, 05 Mar 2012 01:29:29 +0000</pubDate>
			<dc:creator>vibeGirl</dc:creator>
			<guid isPermaLink="false">44629@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dude, I tried your suggestion to activate image cropping in the functions.php file, but I'm still seeing thumbnails with different heights.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://50.22.40.242/~glutenfr/recipes/&#34; rel=&#34;nofollow&#34;&#62;http://50.22.40.242/~glutenfr/recipes/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there any other way to fix this? It kind of defeats the purpose of a grid when it's not lined up properly...&#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
Heather
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "thumbnail size problem in portfolio slideshow"</title>
			<link>http://www.kriesi.at/support/topic/thumbnail-size-problem-in-portfolio-slideshow#post-42521</link>
			<pubDate>Mon, 20 Feb 2012 07:43:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">42521@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) You can activate image cropping if you like. Open up functions.php and search for following two lines:&#60;br /&#62;
&#60;pre&#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
$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&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace them with:&#60;br /&#62;
&#60;pre&#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);		// big images for post format image and gallery posts
$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);		// big images for lightbox and portfolio single entries&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can adjust the dimensions too (I'd only adjust the height values). Then regenerate the thumbnails 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;
&#60;p&#62;2) the images have the right size. This effect occurs since the latest update (1.1.1+) which uses standard canvas elements instead of the dynamic js canvas generation (which was removed because of performance reasons). However because of a bug in some browsers it seems like some of them can't position this canvas element (= greyscale filter) properly (in the reponsive grid) and it shifts 1 or 2 pixel to the right. If Kriesi finds a solution he'll fix it but he hasn't found one yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mallokw on "thumbnail size problem in portfolio slideshow"</title>
			<link>http://www.kriesi.at/support/topic/thumbnail-size-problem-in-portfolio-slideshow#post-42480</link>
			<pubDate>Sun, 19 Feb 2012 21:07:34 +0000</pubDate>
			<dc:creator>mallokw</dc:creator>
			<guid isPermaLink="false">42480@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello kriesi team ! I started to create my portfolio with a great slideshow (4 columns, 12 post). However it seems that some thumbnails react differently than they should :&#60;br /&#62;
- Problem of thumbnail height that varies with the image size. (I'd like the size to be the same whenever images inside have different sizes.)&#60;br /&#62;
- problem of greyscale hover (wrong scale with the original image underneath).&#60;/p&#62;
&#60;p&#62;I read a few posts on this topic, but can't find any real solution. Tried to activate the &#34;regenerate thumbnail extension&#34; but no effect.&#60;br /&#62;
You can see the problem on this page : &#60;a href=&#34;http://www.mallorykwiat.com/portfolio/&#34; rel=&#34;nofollow&#34;&#62;http://www.mallorykwiat.com/portfolio/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks a lot for your help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
