<?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: Brightbox Slideshow Image Resize</title>
		<link>http://www.kriesi.at/support/topic/brightbox-slideshow-image-resize</link>
		<description>Support Forum - Topic: Brightbox Slideshow Image Resize</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 16:33: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/brightbox-slideshow-image-resize" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Brightbox Slideshow Image Resize"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-slideshow-image-resize#post-20914</link>
			<pubDate>Sun, 12 Jun 2011 16:11:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20914@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Great :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cris2371 on "Brightbox Slideshow Image Resize"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-slideshow-image-resize#post-20904</link>
			<pubDate>Sun, 12 Jun 2011 10:41:50 +0000</pubDate>
			<dc:creator>cris2371</dc:creator>
			<guid isPermaLink="false">20904@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;already solved, you have to change the corresponding values also in the helper-slideshow.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cris2371 on "Brightbox Slideshow Image Resize"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-slideshow-image-resize#post-20902</link>
			<pubDate>Sun, 12 Jun 2011 09:46:14 +0000</pubDate>
			<dc:creator>cris2371</dc:creator>
			<guid isPermaLink="false">20902@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi dude&#60;br /&#62;
I changed the slider size and it worked (to 250px height), now I have to change also the height of navigation arrows andof  the caption zone (zone where the caption text is displayed). Unfortunately I didn´t find the corresponding css.&#60;br /&#62;
thx for help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Brightbox Slideshow Image Resize"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-slideshow-image-resize#post-20329</link>
			<pubDate>Thu, 02 Jun 2011 13:42:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20329@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can adjust the slider size in style.css (or better solution would be to overwrite it with css/custom.css). Search for following code and adjust the dimensions.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*3d big*/

.cu3er_3D_caption{
height:440px;
}

.cu3er_3D_caption #CU3ER{
height:440px;
width:940px;
}

.cu3er_3D_caption .slideshow, .cu3er_2D_caption .slideshow{
width:940px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>StaleLunch on "Brightbox Slideshow Image Resize"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-slideshow-image-resize#post-20290</link>
			<pubDate>Wed, 01 Jun 2011 16:11:08 +0000</pubDate>
			<dc:creator>StaleLunch</dc:creator>
			<guid isPermaLink="false">20290@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have the fullsize 2d working but still have a fullsize 3D css issue
&#60;/p&#62;</description>
		</item>
		<item>
			<title>StaleLunch on "Brightbox Slideshow Image Resize"</title>
			<link>http://www.kriesi.at/support/topic/brightbox-slideshow-image-resize#post-20288</link>
			<pubDate>Wed, 01 Jun 2011 15:53:14 +0000</pubDate>
			<dc:creator>StaleLunch</dc:creator>
			<guid isPermaLink="false">20288@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am reworking the Brightbox to better suit my needs. My sandbox is here &#60;a href=&#34;http://thebetterplate.com&#34; rel=&#34;nofollow&#34;&#62;http://thebetterplate.com&#60;/a&#62;  I am still just working with the theme to sort out the issues before I commit it to my main website.&#60;/p&#62;
&#60;p&#62;I am trying to get the slideshow images to resize 940x626 to match the aspect ratios of the other images I have already changed.&#60;/p&#62;
&#60;p&#62;I found the functions.php image sizes:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//register additional image thumbnail sizes that should be generated when user uploads an image:
global $avia_config;

$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;widget&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;48,  &#38;#39;height&#38;#39;=&#38;gt;48 );		// small preview pics eg sidebar news
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;related&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;140, &#38;#39;height&#38;#39;=&#38;gt;80);		// small images for related items
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;220, &#38;#39;height&#38;#39;=&#38;gt;147);		// small preview pic for default portfolio (4 columns )
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio2&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;460, &#38;#39;height&#38;#39;=&#38;gt;307);		// medium preview pic for 2 column portfolio and small 3d slider
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio3&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;300, &#38;#39;height&#38;#39;=&#38;gt;200);		// medium preview pic for 3 column portfolio
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;page&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;620, &#38;#39;height&#38;#39;=&#38;gt;414);		// image for pages and one column portfolio
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;940, &#38;#39;height&#38;#39;=&#38;gt;626);		// big images for fullsize pages and fullsize 2D &#38;amp; 3D slider

//3d slider
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;tablet_3D_welcome&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;400, &#38;#39;height&#38;#39;=&#38;gt;315);	// medium preview pic for tablet 3d slider

/*preview images for special column sizes of the dynamic template. you can remove those if you dont use them, it will save performance while uploading images and will also save ftp storage*/
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;grid6&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;460, &#38;#39;height&#38;#39;=&#38;gt;125); 		// half sized images when using 4 columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;grid8&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;620, &#38;#39;height&#38;#39;=&#38;gt;170);		// two/third image
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;grid9&#38;#39;] 		= array(&#38;#39;width&#38;#39;=&#38;gt;700, &#38;#39;height&#38;#39;=&#38;gt;125);		// three/fourth image
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;grid_fifth1&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;172, &#38;#39;height&#38;#39;=&#38;gt;115);		// one fifth
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;grid_fifth2&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;364, &#38;#39;height&#38;#39;=&#38;gt;243);		// two fifth
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;grid_fifth3&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;556, &#38;#39;height&#38;#39;=&#38;gt;371);		// three fifth
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;grid_fifth4&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;748, &#38;#39;height&#38;#39;=&#38;gt;499);	    // four fifth
///////&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; and added the changes for the CSS file to the custom.css file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main .slideshow_page .slideshow{
height:414px;
width:620px;
}

#main .slideshow_portfolio .slideshow{
height:147px;
width:220px;
}

#main .slideshow_portfolio2 .slideshow{
height:307px;
width:460px;
}

#main .slideshow_portfolio3 .slideshow{
height:200px;
width:300px;
}

#main .slideshow_featured .slideshow{
height:626px;
width:940px;
}

.cu3er_3D_caption #CU3ER{
height:626px;
width:940px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;What am I missing? I do prefer the 2d full size over the Cuber3. I might eventually use the cuber3 if I pay to have the branding removed. Regardless, any tips on what I missed?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Jay
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
