<?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: Image size (full width slideshow)</title>
		<link>http://www.kriesi.at/support/topic/image-size-full-width-slideshow</link>
		<description>Support Forum - Topic: Image size (full width slideshow)</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 13:50:51 +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/image-size-full-width-slideshow" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Image size (full width slideshow)"</title>
			<link>http://www.kriesi.at/support/topic/image-size-full-width-slideshow#post-87245</link>
			<pubDate>Sun, 09 Dec 2012 18:34:58 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">87245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mike,&#60;/p&#62;
&#60;p&#62;Your questions are very subjective so I can only give my opinions on some of them. I also don't have a url for your website to confirm that everything is working.&#60;/p&#62;
&#60;p&#62;1) The reason , I would guess though I never asked Kriesi , is that 1583 is a prime number (only divisible by itself and by 1 without remainder), while 1500 is divisible by 3 and 4 but not 9, a most fortunate property.&#60;/p&#62;
&#60;p&#62;2) Have to test on various browsers, operating system and screen types to know for sure. Unlikely though.&#60;/p&#62;
&#60;p&#62;3) Have to test on various browsers, operating system and screen types to know for sure. Please provide a url where the new image size is used and I will look through ipad3 and windows7/8 laptop with smaller screen width than 1400. &#60;/p&#62;
&#60;p&#62;4) See question 2 for answer. You can change the image size to whatever you want. You can put 3000 x 1000 or 30x10 and see what will happen. Shrink your browser to the size of a mobile device or a tablet or use a free service that will email you images of how a webpage looks in a hundred different devices. Experiment. Don't worry, everything should be as fine as without changing the size of the image (though I will not guarantee that until I can look with my own eyes!)&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BOURREAUMIKEOK on "Image size (full width slideshow)"</title>
			<link>http://www.kriesi.at/support/topic/image-size-full-width-slideshow#post-87235</link>
			<pubDate>Sun, 09 Dec 2012 18:04:37 +0000</pubDate>
			<dc:creator>BOURREAUMIKEOK</dc:creator>
			<guid isPermaLink="false">87235@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thank you very much Nick.&#60;br /&#62;
I have changed the line in the function.php.&#60;br /&#62;
Yes, it seems to be better now with this size 1583X454px, my images keep all the quality.&#60;br /&#62;
I use &#34;Propulsion&#34;, &#34;Angular&#34; and &#34;Sentence&#34; so of course i like very much Kriesi's themes.&#60;br /&#62;
So with &#34;Replete&#34;, i would like to understand something. It would be great if you could respond to me to a few questions :&#60;br /&#62;
1. It works better with 1583X454px and i know that you can not have made an error in the code regarding the full width slideshow because Kriesi is certainly not a beginner so why have you chosen this size in your code (1500X430px) ? There is of course a reason. It is just to undersdand, can you explain ?&#60;br /&#62;
2. Also, if i keep the new size (1583X454px) in the code, does this affect the overall code of the theme ?&#60;br /&#62;
3. Can you confirm that the images of the full width slideshow will stay optimized with little devices too ?&#60;br /&#62;
4. If i change the code to 1920X454px (for the very big screen), does this will affect the code for the others functions...Content, etc...the layout ? Sorry for the questions and again thank you very much. Mike from France :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Image size (full width slideshow)"</title>
			<link>http://www.kriesi.at/support/topic/image-size-full-width-slideshow#post-87127</link>
			<pubDate>Sun, 09 Dec 2012 06:30:15 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">87127@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please make a backup and then open function.php file at the base of your theme and locate line 72 which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;1500, &#38;#39;height&#38;#39;=&#38;gt;430 );						// images for fullsize pages and fullsize slider&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;change that line to look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;1583, &#38;#39;height&#38;#39;=&#38;gt;454 );						// images for fullsize pages and fullsize slider&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please let us know how it works out for you.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BOURREAUMIKEOK on "Image size (full width slideshow)"</title>
			<link>http://www.kriesi.at/support/topic/image-size-full-width-slideshow#post-86853</link>
			<pubDate>Thu, 06 Dec 2012 21:23:21 +0000</pubDate>
			<dc:creator>BOURREAUMIKEOK</dc:creator>
			<guid isPermaLink="false">86853@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Regarding the full width slideshow, i have tried with this size : 1500x430px and with 1583x454px and of course with biggest sizes but the images lose quality when viewed with large screen. Is there a problem with the slideshow ? Can you solve it ? Why do not you want to resize images directly to 1583px ? I need 100% quality. The slideshow display 1583px so images should be resized to 1583px and not 1500px. Have you got a solution ? Thank you very much.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Image size (full width slideshow)"</title>
			<link>http://www.kriesi.at/support/topic/image-size-full-width-slideshow#post-86233</link>
			<pubDate>Mon, 03 Dec 2012 03:10:57 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">86233@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mike,&#60;/p&#62;
&#60;p&#62;Glad we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BOURREAUMIKEOK on "Image size (full width slideshow)"</title>
			<link>http://www.kriesi.at/support/topic/image-size-full-width-slideshow#post-86212</link>
			<pubDate>Sun, 02 Dec 2012 20:34:21 +0000</pubDate>
			<dc:creator>BOURREAUMIKEOK</dc:creator>
			<guid isPermaLink="false">86212@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi,&#60;/p&#62;
&#60;p&#62;Thank you very much Ismael.&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Mike
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Image size (full width slideshow)"</title>
			<link>http://www.kriesi.at/support/topic/image-size-full-width-slideshow#post-86143</link>
			<pubDate>Sun, 02 Dec 2012 01:57:49 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">86143@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Suggested image size for full width slideshow is 1500x430px.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BOURREAUMIKEOK on "Image size (full width slideshow)"</title>
			<link>http://www.kriesi.at/support/topic/image-size-full-width-slideshow#post-86111</link>
			<pubDate>Sat, 01 Dec 2012 17:05:07 +0000</pubDate>
			<dc:creator>BOURREAUMIKEOK</dc:creator>
			<guid isPermaLink="false">86111@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you advise me regarding the ideal size for the images of the full width slideshow ?&#60;br /&#62;
I have not seen it in your documentation.&#60;br /&#62;
In your homepage demo, i have noticed that your images are resized to 1583 px.&#60;br /&#62;
I thought i should use at least 1920 px (for the big screens).&#60;br /&#62;
What is the best solution ?&#60;br /&#62;
Thank you.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
