<?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: Portfolio item thumbnail stretched / cropped</title>
		<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped</link>
		<description>Support Forum - Topic: Portfolio item thumbnail stretched / cropped</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 13:07:48 +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/portfolio-item-thumbnail-stretched-cropped" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped/page/2#post-42365</link>
			<pubDate>Sat, 18 Feb 2012 16:00:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">42365@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes - I already knew the tutorial (I even posted the link several times in the forum) but we can't include an option which requires wordpress hacks :-/&#60;br /&#62;
As long as wp doesn't offer a native hook or parameter it doesn't make sense...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Martin from WaldWort digital publishing on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped/page/2#post-42362</link>
			<pubDate>Sat, 18 Feb 2012 15:25:15 +0000</pubDate>
			<dc:creator>Martin from WaldWort digital publishing</dc:creator>
			<guid isPermaLink="false">42362@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I did not remember exactly what and where, but read about it being possible. Maybe it is not included in WP by default, but it is possible to change the point of reference, as described here by someone who also had clients bugging him for a solution... ;-)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://shailan.com/781/how-to-change-post-thumbnail-crop-position-in-wordpress/&#34; rel=&#34;nofollow&#34;&#62;http://shailan.com/781/how-to-change-post-thumbnail-crop-position-in-wordpress/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'll have a closer look and maybe we can implement this on our own via child theme functions, at least as a site-wide setting, because for most scenarios it makes more sense to use the upper or lower part of the image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-42355</link>
			<pubDate>Sat, 18 Feb 2012 15:03:35 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">42355@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;To be honest I don't think we'll change the thumbnail resize functions anytime soon because I'm not aware of a wp function which allows you to &#34;set the origin of the cropping&#34;. According to &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/the_post_thumbnail&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/the_post_thumbnail&#60;/a&#62; , &#60;a href=&#34;http://codex.wordpress.org/Post_Thumbnails&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Post_Thumbnails&#60;/a&#62; , &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/set_post_thumbnail_size&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/set_post_thumbnail_size&#60;/a&#62; and &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/add_image_size&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/add_image_size&#60;/a&#62; there's no way to change the image section but only the size and cropping behaviour itself (which is already supported).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Martin from WaldWort digital publishing on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-42343</link>
			<pubDate>Sat, 18 Feb 2012 12:49:04 +0000</pubDate>
			<dc:creator>Martin from WaldWort digital publishing</dc:creator>
			<guid isPermaLink="false">42343@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Came across this thread because I have a similiar issue with the Abundance theme. &#60;/p&#62;
&#60;p&#62;Of course a theme developer can decide what he does include and what not, but the very &#34;decisive&#34; (to use a friendly word) reply from Kriesi is one year ago, the WP world is developing, and so are the needs of your customers. &#60;/p&#62;
&#60;p&#62;People get used to more sophisticated and versatile image handling in general and expect that from their themes. From your themes as well.&#60;/p&#62;
&#60;p&#62;If you do not want to change your framework - fine.&#60;/p&#62;
&#60;p&#62;But one very small thing that would not require to change the image handling of the avia framework in general, but would make an additional 30% of your user base happy (yes, there ARE users out there who do use portrait images, book covers, etc. on their sites... not just wide-screen style monkeys... ;-) ): &#60;/p&#62;
&#60;p&#62;How about including a setting in the theme options (or in the editor on a post by post basis) to set the origin of the cropping.&#60;br /&#62;
WordPress supports that.&#60;br /&#62;
If we could chose to have images cropped not in the middle, but e.g. the upper or lower part, things would be way better, e.g. book covers would not look randomly destroyed... &#60;/p&#62;
&#60;p&#62;cheers&#60;br /&#62;
Martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-38440</link>
			<pubDate>Mon, 23 Jan 2012 07:50:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">38440@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
The menu columns have a width of 200px. Make sure that your images will fit into it, otherwise they'll be distorted. You can try to adjust the thumbnails height in functions.php - this can be very useful if the aspect ratio varies from the predefined thumbnails. Afterwards regenerate the thumbnails with the &#34;regenerate thumbnails plugin&#34;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JoniHankin on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-38412</link>
			<pubDate>Sun, 22 Jan 2012 21:36:53 +0000</pubDate>
			<dc:creator>JoniHankin</dc:creator>
			<guid isPermaLink="false">38412@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I too am having resizing of thumbnail problems.  The thumbnail is large and not sized properly, neither is the image in the portfolio, post, or page, all are enlarged slightly distorting the picture.  This is why I bought this theme, to use the thumbnails as menu items.  I have used the regenerate thumbnails plugin, didn't help.  I sure hope you can help.&#60;/p&#62;
&#60;p&#62;I am using Brightbox, and WP 3.3  &#60;/p&#62;
&#60;p&#62;Thank you very much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-5848</link>
			<pubDate>Sat, 02 Oct 2010 07:44:12 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">5848@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can set special sized thumbnails as portfolio preview images. Go to your post/page editor where you can create portfolio items and you'll see the options field on the right side where you can enter a path to your correct sized thumbnails.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zannasf on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-5813</link>
			<pubDate>Fri, 01 Oct 2010 15:43:41 +0000</pubDate>
			<dc:creator>zannasf</dc:creator>
			<guid isPermaLink="false">5813@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm wondering if I could get a little help, I'm very new to this, but do understand some coding if necessary.... I have my portfolio images, their original size is 850 x 400.  When I set the parameters to show 3 columns, the images are reduced is size (naturally), however, it is not reducing the size, it is cropping the size, so I am only getting the center of the image, when what I really want is just a smaller size of the entire image to be displayed.  &#60;/p&#62;
&#60;p&#62;Is this possible?  Any help would be greatly greatly appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-5492</link>
			<pubDate>Sun, 26 Sep 2010 07:19:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">5492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, you need to generate a new cufon file at &#60;a href=&#34;http://cufon.shoqolate.com/generate/&#34; rel=&#34;nofollow&#34;&#62;http://cufon.shoqolate.com/generate/&#60;/a&#62; - afterwards follow Kriesis tutorial here: &#60;a href=&#34;http://www.kriesi.at/support/topic/cufon&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/cufon&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>genesiscom on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-5476</link>
			<pubDate>Sat, 25 Sep 2010 17:28:44 +0000</pubDate>
			<dc:creator>genesiscom</dc:creator>
			<guid isPermaLink="false">5476@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;James or Kriesi,&#60;/p&#62;
&#60;p&#62;I looked at a glyph chart for Cardo (&#60;a href=&#34;http://www.abstractfonts.com/font/11390&#34; rel=&#34;nofollow&#34;&#62;http://www.abstractfonts.com/font/11390&#60;/a&#62;) and it seems to have tons of glyphs, but they don't all show up on my Avisio site. I saw a thread to expand the fonts available for a Cleancut theme. Would the process be the same for Avisio? Cardo does not display basic punctuation on Avisio.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;genesiscom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-5156</link>
			<pubDate>Sun, 19 Sep 2010 22:03:42 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">5156@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!&#60;br /&#62;
First of all I am sorry that you had to wait that long for an answer.&#60;br /&#62;
Second: That &#34;crappy Image handling&#34;  has worked for about 15000 customers of mine. I know that there are limitations to this system but overal I think there are a lot more people out there who dont want different sized images and don't want to waste a second thought about the uploaded images, so I am sorry but I have to decline, there wont be any changes to this system. &#60;/p&#62;
&#60;p&#62;Sincere appologies once again for the long delay just to hear that the feature wont be added.&#60;br /&#62;
Best regards&#60;/p&#62;
&#60;p&#62;Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Siebenstein on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-5005</link>
			<pubDate>Fri, 17 Sep 2010 07:45:03 +0000</pubDate>
			<dc:creator>Siebenstein</dc:creator>
			<guid isPermaLink="false">5005@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dear Avisio support team,&#60;/p&#62;
&#60;p&#62;it's been more than a month since I bought your theme.&#60;br /&#62;
Unfortunately I soon got into trouble with images featured in the portfolio.&#60;br /&#62;
&#60;strong&#62;It looks like Avisio is not capable of handling varying aspect ratios (landscape as well as portrait format).&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;I'd like to express my frustrations with your support, since I even pointed you to the few weak points in your code!&#60;br /&#62;
All I asked for was an adjustment of the CSS... and I still did not get an answer saying whether or not you are going to fix the crappy image handling.&#60;br /&#62;
&#60;strong&#62;I've been told this was on Kriesi's todo list last week... as well as the week before last - I've spend enough money and (even more annoying) time, to deserve a decision in this concern soon!&#60;/strong&#62;&#60;br /&#62;
I ask you one more time to get into contact with me, I'm really tired of this uncertainly waiting...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-4897</link>
			<pubDate>Thu, 16 Sep 2010 11:59:45 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">4897@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;For the image alignment, you'd have to edit the image and add white space to the left and right of the book to centre it, WordPress won't do it for you :(&#60;/p&#62;
&#60;p&#62;For the missing ' - by the looks of it, the font doesn't include that character: &#60;a href=&#34;http://www.cufonfonts.com/en/font/71/cardo&#34; rel=&#34;nofollow&#34;&#62;http://www.cufonfonts.com/en/font/71/cardo&#60;/a&#62; You would need to find another similar font to use, try &#60;a href=&#34;http://www.fontsquirrel.com/&#34;&#62;Font Squirrel&#60;/a&#62; for a wide selection.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>genesiscom on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-4806</link>
			<pubDate>Wed, 15 Sep 2010 13:32:21 +0000</pubDate>
			<dc:creator>genesiscom</dc:creator>
			<guid isPermaLink="false">4806@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;James, one more thing... I can't get the apostrophe ( ' ) to show up on the single portfolio pages:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://christian-publishing.net/category/portfolio/gods-changing-room&#34; rel=&#34;nofollow&#34;&#62;http://christian-publishing.net/category/portfolio/gods-changing-room&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've tried &#38;rsquo; &#60;/p&#62;
&#60;p&#62;Thanks!&#60;br /&#62;
genesiscom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>genesiscom on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-4788</link>
			<pubDate>Wed, 15 Sep 2010 10:37:09 +0000</pubDate>
			<dc:creator>genesiscom</dc:creator>
			<guid isPermaLink="false">4788@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, James. That worked great. How do I center the book cover image instead of having it positioned to the left relative to the page wording?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://christian-publishing.net/books/ministry-study-books&#34; rel=&#34;nofollow&#34;&#62;http://christian-publishing.net/books/ministry-study-books&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://christian-publishing.net/category/portfolio/the-revelation-project&#34; rel=&#34;nofollow&#34;&#62;http://christian-publishing.net/category/portfolio/the-revelation-project&#60;/a&#62;  &#60;/p&#62;
&#60;p&#62;genesiscom
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-4728</link>
			<pubDate>Tue, 14 Sep 2010 17:10:01 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">4728@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;The image border on the Portfolio pages can be reduced or removed but there are quite a few steps to complete this. Before you start, bear in mind that the image size needs adjusting in functions.php and this requires all your existing images to be re-uploaded because WordPress resizes them when you upload them according to the sizes set.&#60;/p&#62;
&#60;p&#62;To reduce the border size:&#60;/p&#62;
&#60;p&#62;1.) Open up style.css and change:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .framed img { /* line 1534 */
padding: 6px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;reducing the 6px as appropriate (eg to 3px).&#60;/p&#62;
&#60;p&#62;2.) Open up functions.php and find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;M&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;192, &#38;#39;height&#38;#39;=&#38;gt;130);		// medium preview pic for portfolio with 4 columns
$k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;M3&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;274, &#38;#39;height&#38;#39;=&#38;gt;170);		// medium preview pic for portfolio with 3 columns
$k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;M2&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;436, &#38;#39;height&#38;#39;=&#38;gt;230);		// medium preview pic for portfolio with 2 columns
$k_option[&#38;#39;custom&#38;#39;][&#38;#39;imgSize&#38;#39;][&#38;#39;L&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;574, &#38;#39;height&#38;#39;=&#38;gt;268);		// image for blog posts and 1 column portfolio&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Depending on which portfolio layout you chose, you need to adjust one (or more) of the width and height values. For whatever value you reduced the padding by in step 1, add double the value to the width. eg If you reduce 6px to 3px in step 1, you need to change width 192 (for 4 columns) to width 198 and height from 130 to 136.&#60;/p&#62;
&#60;p&#62;3.) Re-upload the images for your Portfolio entries - if you don't the images will appear stretched.&#60;/p&#62;
&#60;p&#62;To remove the image border completely, including the background image:&#60;/p&#62;
&#60;p&#62;1.) Open up style.css and change:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .framed img { /* line 1534 */
padding: 6px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .framed img { /* line 1534 */
padding: 0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2.) Open up /css/style1.css (or whichever style you chose), find and delete this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.framed span {
background:url(&#38;quot;../images/skin1/bg_gradiant_image.png&#38;quot;) repeat-x scroll left bottom #FFFFFF;
border:1px solid #E1E1E1;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.framed_one_third {
background:url(&#38;quot;../images/skin1/framed_one_third.png&#38;quot;) repeat-x scroll center bottom #FFFFFF;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3.) Open up functions.php and adjust the images' height and width to be 12px larger than the default.&#60;/p&#62;
&#60;p&#62;4.) Re-upload your images, if you don't they will appear stretched.&#60;/p&#62;
&#60;p&#62;Let me know if you get stuck or need clarification on anything.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Siebenstein on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-4634</link>
			<pubDate>Mon, 13 Sep 2010 16:26:40 +0000</pubDate>
			<dc:creator>Siebenstein</dc:creator>
			<guid isPermaLink="false">4634@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;*bump* come on... !
&#60;/p&#62;</description>
		</item>
		<item>
			<title>genesiscom on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-4472</link>
			<pubDate>Fri, 10 Sep 2010 13:42:43 +0000</pubDate>
			<dc:creator>genesiscom</dc:creator>
			<guid isPermaLink="false">4472@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;James, is there a way to remove the image border on portfolio pages? Or, make it narrower? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-4376</link>
			<pubDate>Thu, 09 Sep 2010 15:08:55 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">4376@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;This is still marked for Kriesi's attention, I imagine he'll provide an update he can.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Siebenstein on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-4258</link>
			<pubDate>Wed, 08 Sep 2010 07:02:06 +0000</pubDate>
			<dc:creator>Siebenstein</dc:creator>
			<guid isPermaLink="false">4258@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm sorry genesiscom, but I still expect Kriesi to fix this issue for us...&#60;br /&#62;
&#60;strong&#62;In the meantime two weeks have passed and I got very little support - I'd really like Kriesi or his staff to make a decision in this concern and finally inform me!&#60;/strong&#62; I'm quite disappointed about the way things are going here, since the support forum was one of the reasons I bought Avisio, too.&#60;br /&#62;
&#60;strong&#62;@Kriesi: Bitte lass mich nicht noch länger hängen, eine zeitnahe Rückmeldung halte ich für angebracht!&#60;/strong&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>genesiscom on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-4147</link>
			<pubDate>Tue, 07 Sep 2010 00:43:15 +0000</pubDate>
			<dc:creator>genesiscom</dc:creator>
			<guid isPermaLink="false">4147@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Siebenstein,&#60;/p&#62;
&#60;p&#62;Actually almost all of my images are book covers in the portrait orientation. So, other than the large slider images, I could live with all the others being tall. &#60;/p&#62;
&#60;p&#62;Do you know how to change the aspect ration in the style css for the border? or remove it entirely?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Siebenstein on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-3988</link>
			<pubDate>Sat, 04 Sep 2010 08:44:15 +0000</pubDate>
			<dc:creator>Siebenstein</dc:creator>
			<guid isPermaLink="false">3988@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi genesiscom,&#60;/p&#62;
&#60;p&#62;thank you for replying to this thread, I'm glad to see that others experience these problems as well!&#60;/p&#62;
&#60;p&#62;To answer your question: In order to remove the image border (or adjust its size) you have to change the CSS.&#60;br /&#62;
Unfortunately this won't do the trick for you (as it doesn't do for me)... because &#60;strong&#62;Avisio currently only supports one fixed aspect ratio (predefined for each image size)&#60;/strong&#62;. Since you also have horizontal (landscape) images besides the vertical (portrait) ones, the changes you did to functions.php fixed the vertical images, but broke the horizontal ones (as you can see here: &#60;a href=&#34;http://christian-publishing.net/for-authors&#34; rel=&#34;nofollow&#34;&#62;http://christian-publishing.net/for-authors&#60;/a&#62; ).&#60;/p&#62;
&#60;p&#62;As I've already pointed out above, it's quite easy to get WordPress to handle the images correct, but some extra CSS is needed. &#60;strong&#62;I hope Kriesi considers an update of this theme of address this issue soon...&#60;/strong&#62; I'm still waiting for it and would like to know how things are going on!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>genesiscom on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-3981</link>
			<pubDate>Fri, 03 Sep 2010 23:56:31 +0000</pubDate>
			<dc:creator>genesiscom</dc:creator>
			<guid isPermaLink="false">3981@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm having a similar problem with portfolio images. I display books on my website &#38;lt;http://christian-publishing.net/category/portfolio/through-the-eyes-of-god&#38;gt; which need to be vertical (portrait). I changed the size of the images in the functions.php, then erased the shading in the shadow files. How do I get rid of the image border or, preferably, how do I change the size of the thin border line that extends past the book cover image on the portfolio page and the portfolio detail page?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Siebenstein on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-3753</link>
			<pubDate>Mon, 30 Aug 2010 15:42:42 +0000</pubDate>
			<dc:creator>Siebenstein</dc:creator>
			<guid isPermaLink="false">3753@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you very much for considering an update...&#60;br /&#62;
I would greatly appreciate your efforts!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-3735</link>
			<pubDate>Mon, 30 Aug 2010 12:29:58 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3735@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;I'll ask Kriesi to comment as to whether the changes you request will be included in an update :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Siebenstein on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-3609</link>
			<pubDate>Fri, 27 Aug 2010 13:43:44 +0000</pubDate>
			<dc:creator>Siebenstein</dc:creator>
			<guid isPermaLink="false">3609@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello James,&#60;/p&#62;
&#60;p&#62;thank you for not leaving me alone with this problem!&#60;/p&#62;
&#60;p&#62;I'm afraid but I think you still didn't quite understand what I'm talking of... obviously Avisio lacks support for images that have a bigger height than width (upright format). Because it basically crops top and bottom of the image until it matches the defined width and height (obviously landscape format). This is not only true for the upright - landscape conflict, but also affects all images that don't exactly match the defined aspect ratio!&#60;/p&#62;
&#60;p&#62;I have spend a lot of time searching for the source of this issue, and I can finally tell you that it is quite easy to resize the images correct. WordPress already cares about it! The last parameter of the function  set_post_thumbnail_size() (lots_of_small_helpers.php : 202, 209)   you're calling, determines whether to crop or zoom the image... and I would greatly encourage you to drop this parameter and let WordPress resize the images as needed. In addition to this you'd also have to change the timthumb parameter   &#34;zc=1&#34; (kriesi_post_thumb.php : 55) to &#34;zc=0&#34;.&#60;/p&#62;
&#60;p&#62;Unfortunately just resizing the images correct does not do the trick. Furthermore I'd really like you to adjust the CSS (of portfolio overview and portfolio items) in order to represent the change from fixed- to flexible (image-) size!&#60;br /&#62;
I know this would cause some extra work, but honestly I have to tell you that this was what I expected when I paid $ 40 for this theme.&#60;br /&#62;
Please don't get me wrong, I still love Avisio - this is meant to be a constructive criticism!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-3556</link>
			<pubDate>Thu, 26 Aug 2010 15:02:05 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3556@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is how WordPress handles images, they are resized according to the sizes set in functions.php.&#60;/p&#62;
&#60;p&#62;You can modify these values to maintain the ratio, but all your images will need re-uploading as well as the box shadow images needing adjusting (this is fairly easy and is included with the PSD).&#60;/p&#62;
&#60;p&#62;I'm sorry there's no easier solution.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Siebenstein on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-3470</link>
			<pubDate>Wed, 25 Aug 2010 06:38:15 +0000</pubDate>
			<dc:creator>Siebenstein</dc:creator>
			<guid isPermaLink="false">3470@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello James,&#60;/p&#62;
&#60;p&#62;thank you for your efforts!&#60;br /&#62;
Unfortunately your hint did not work for me... I have done the following:&#60;/p&#62;
&#60;p&#62;1) manually resized an image to 940 x 440px,&#60;br /&#62;
2) upload and choose it as a preview picture of an portfolio item,&#60;br /&#62;
3) when I look at the portfolio item the image looks alright, but the portfolio overview shows a cropped image again.&#60;br /&#62;
(No changes in any of the PHP or CSS files.)&#60;/p&#62;
&#60;p&#62;I wonder if the chosen settings for WordPress' Mediathek thumbnail size might conflict with your image handling?&#60;/p&#62;
&#60;p&#62;Why can't your handle images the way WordPress does? I have never had these issues before...&#60;br /&#62;
Because my art does not always feature the same aspect ratio (ranging from about 3:2 to 4:3) and because the images have landscape format and upright format as well, I really need further help!&#60;br /&#62;
I doubt that I can build my website without the support of flexible aspect ratios (which includes landscape - and upright format).&#60;/p&#62;
&#60;p&#62;Please let me know if you can understand my explanations and reproduce the stretching/cropping.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-3421</link>
			<pubDate>Tue, 24 Aug 2010 14:28:11 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3421@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey, sorry for the delay there's a bit of a backlog which I'm clearing :)&#60;/p&#62;
&#60;p&#62;I've come across this &#34;issue&#34; already, the resized images don't maintain the same ratio for the full size, medium and small.&#60;/p&#62;
&#60;p&#62;I've gotten around this by uploading the images at 940px by 440px having cropped / resized to show the content I want to show. Without adjusting the sizes of the images (in functions.php) along with the background images you can't keep the same ratio throughout.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Siebenstein on "Portfolio item thumbnail stretched / cropped"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-item-thumbnail-stretched-cropped#post-3328</link>
			<pubDate>Mon, 23 Aug 2010 17:00:13 +0000</pubDate>
			<dc:creator>Siebenstein</dc:creator>
			<guid isPermaLink="false">3328@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Come on I'm still waiting for this!&#60;br /&#62;
Please tell me, if you can't understand what I'm talking of ...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
