<?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: gallery thumbnail size and spacing</title>
		<link>http://www.kriesi.at/support/topic/gallery-thumbnail-size-and-spacing</link>
		<description>Support Forum - Topic: gallery thumbnail size and spacing</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 15:36:05 +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/gallery-thumbnail-size-and-spacing" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "gallery thumbnail size and spacing"</title>
			<link>http://www.kriesi.at/support/topic/gallery-thumbnail-size-and-spacing#post-67168</link>
			<pubDate>Mon, 23 Jul 2012 12:51:25 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">67168@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You should be able to change thumbnail sizes by editing the functions.php in your theme files. These are the lines, you want to look at:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;widget&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;36,  &#38;#39;height&#38;#39;=&#38;gt;36 ); // small preview pics eg sidebar news
$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
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;340); // images for fullsize pages and fullsize slider
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;465, &#38;#39;height&#38;#39;=&#38;gt;346); // images for portfolio entries (2,3,4 column)
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;logo&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;465, &#38;#39;height&#38;#39;=&#38;gt;220); // images for dynamic logo/partner element

//dynamic columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_1&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;446, &#38;#39;height&#38;#39;=&#38;gt;151);
// images for 2/4 (aka 1/2) dynamic portfolio columns when using 3 columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_2&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;609, &#38;#39;height&#38;#39;=&#38;gt;210);
// images for 2/3 dynamic portfolio columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_3&#38;#39;] = array(&#38;#39;width&#38;#39;=&#38;gt;688, &#38;#39;height&#38;#39;=&#38;gt;151);
// images for 3/4 dynamic portfolio columns&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Depending on the size you may also need to adjust the CSS.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robbiechester on "gallery thumbnail size and spacing"</title>
			<link>http://www.kriesi.at/support/topic/gallery-thumbnail-size-and-spacing#post-66488</link>
			<pubDate>Thu, 19 Jul 2012 06:27:02 +0000</pubDate>
			<dc:creator>robbiechester</dc:creator>
			<guid isPermaLink="false">66488@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi all, &#60;/p&#62;
&#60;p&#62;I'm creating a gallery page, &#60;a href=&#34;http://gallery.robchester.com/?page_id=484#&#34; rel=&#34;nofollow&#34;&#62;http://gallery.robchester.com/?page_id=484#&#60;/a&#62;!prettyPhoto&#60;/p&#62;
&#60;p&#62;I was able to fix the number of columns issue I was having by using this forum. I inserted this in the custom css file...&#60;br /&#62;
.gallery br { display: block;}&#60;/p&#62;
&#60;p&#62;However, I'm still unable to get the thumbnails to be any larger.&#60;br /&#62;
I already tried .gallery-item  {  width: 150px;} in the custom css with the same settings under settings&#38;gt;media. &#60;/p&#62;
&#60;p&#62;Would an outside plugin be able to override the issues I'm having and give me more options and control over how the thumbnails display? &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
