<?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: Need to change Images on Single Product page to portrait ratio</title>
		<link>http://www.kriesi.at/support/topic/need-to-change-images-on-single-product-page-to-portrait-ratio</link>
		<description>Support Forum - Topic: Need to change Images on Single Product page to portrait ratio</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 20:09:23 +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/need-to-change-images-on-single-product-page-to-portrait-ratio" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Need to change Images on Single Product page to portrait ratio"</title>
			<link>http://www.kriesi.at/support/topic/need-to-change-images-on-single-product-page-to-portrait-ratio#post-53060</link>
			<pubDate>Tue, 24 Apr 2012 07:14:03 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">53060@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;Open plugins &#38;gt; woocommerce &#38;gt; templates &#38;gt; single-product &#38;gt; product-image.php then look for &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php echo get_the_post_thumbnail($post-&#38;gt;ID, $large_thumbnail_size) ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace it with this &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php echo get_the_post_thumbnail($post-&#38;gt;ID, array(150,500) ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Basically, ust replace &#34;$large_thumbnail_size&#34; to &#34;array(150,500)&#34; which is the width and height of the thumbnails in pixels respectively.&#60;/p&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bamtron on "Need to change Images on Single Product page to portrait ratio"</title>
			<link>http://www.kriesi.at/support/topic/need-to-change-images-on-single-product-page-to-portrait-ratio#post-52745</link>
			<pubDate>Sun, 22 Apr 2012 02:07:28 +0000</pubDate>
			<dc:creator>bamtron</dc:creator>
			<guid isPermaLink="false">52745@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Wanting to change the 290x216 product image to be portrait ratio, as well as make the main product image on the individual product overview 400px wide instead of 290 wide. I tried un-ticking woocommerce/settings/catalog &#34;hard crop&#34;, it worked for the product overview page, and all the other thumbnails except for the individual product page.&#60;/p&#62;
&#60;p&#62;Also tried this code for config.php:&#60;br /&#62;
//product thumbnails&#60;br /&#62;
$avia_config['imgSize']['shop_thumbnail'] 	= array('width'=&#38;gt;80, 'height'=&#38;gt;80);&#60;br /&#62;
$avia_config['imgSize']['shop_catalog'] 	= array('width'=&#38;gt;450, 'height'=&#38;gt;9999);&#60;br /&#62;
$avia_config['imgSize']['shop_single'] 		= array('width'=&#38;gt;450, 'height'=&#38;gt;9999);&#60;/p&#62;
&#60;p&#62;Every attempt I ran the 'regenerate thumbnails' plugin, emptied cache etc.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
