<?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 product page image size and category thumbnail size fixed by the theme?</title>
		<link>http://www.kriesi.at/support/topic/single-product-page-image-size-and-category-thumbnail-size-fixed-by-the-theme</link>
		<description>Support Forum - Topic: single product page image size and category thumbnail size fixed by the theme?</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 07:48:01 +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-product-page-image-size-and-category-thumbnail-size-fixed-by-the-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "single product page image size and category thumbnail size fixed by the theme?"</title>
			<link>http://www.kriesi.at/support/topic/single-product-page-image-size-and-category-thumbnail-size-fixed-by-the-theme#post-35392</link>
			<pubDate>Mon, 19 Dec 2011 12:53:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35392@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes some images are scaled with css because WP would generate a thumbnail for each size. Because the dynamic templates allow a huge number of combinations (different width/height values, etc.) it's impossible (or at least it wouldn't be efficient) to generate a thumbnail for each size/combination.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgason on "single product page image size and category thumbnail size fixed by the theme?"</title>
			<link>http://www.kriesi.at/support/topic/single-product-page-image-size-and-category-thumbnail-size-fixed-by-the-theme#post-35359</link>
			<pubDate>Sun, 18 Dec 2011 22:01:53 +0000</pubDate>
			<dc:creator>mgason</dc:creator>
			<guid isPermaLink="false">35359@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That file says&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;shop_thumbnail&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;80, &#38;#39;height&#38;#39;=&#38;gt;80);
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;shop_catalog&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;300, &#38;#39;height&#38;#39;=&#38;gt;300);
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;shop_single&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;350, &#38;#39;height&#38;#39;=&#38;gt;350);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;which is the size of the images used in the demo but as I said they are not displayed that size. which seems strange, downloading bigger images and scaling them down with CSS? So really those numbers have no effect unless you edit the CSS?&#60;/p&#62;
&#60;p&#62;something like this seems to work&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#main.container_wrap .container .prev_image_container {width: 40%;}
#main.container_wrap .container .summary {width: 57%;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;could take some tweaking to get actual image size and displayed to match. Any reason not to use fixed pixel values?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "single product page image size and category thumbnail size fixed by the theme?"</title>
			<link>http://www.kriesi.at/support/topic/single-product-page-image-size-and-category-thumbnail-size-fixed-by-the-theme#post-35352</link>
			<pubDate>Sun, 18 Dec 2011 21:19:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35352@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the image sizes are defined in abundance\woocommerce-config\config.php - you can change the dimensions there. Afterwards regenerate the thumbnails. Different image sizes may break the layout.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgason on "single product page image size and category thumbnail size fixed by the theme?"</title>
			<link>http://www.kriesi.at/support/topic/single-product-page-image-size-and-category-thumbnail-size-fixed-by-the-theme#post-35337</link>
			<pubDate>Sun, 18 Dec 2011 19:53:17 +0000</pubDate>
			<dc:creator>mgason</dc:creator>
			<guid isPermaLink="false">35337@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;br /&#62;
I have image sizes in woocommerce/Settings/Catalog tab set as&#60;br /&#62;
&#34;Catalog Images&#34; 250 x 250&#60;br /&#62;
&#34;Single Product Image&#34; 400 x400&#60;br /&#62;
when I go to a catalog page firebug tells me downloaded image is 250 x 250 but is displaying a 200 x 200&#60;br /&#62;
when I go to a single product page it tells me my downloaded image is 400 x400 but is displaying at 279 x 279&#60;br /&#62;
I have regenerated all of my images.&#60;/p&#62;
&#60;p&#62;I see the same is true of the theme demo, downloads 350 x 350 product images and displays at 279 x 279.&#60;/p&#62;
&#60;p&#62;does the theme over-ride the woocommerce settings? Should i just set my images to be 279 x 279? That seems a bit limiting but downloading bigger ones is just a waste of bandwidth if they do not display?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
