<?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: Crop All Images in Slider to the Same Height?</title>
		<link>http://www.kriesi.at/support/topic/crop-all-images-in-slider-to-the-same-height</link>
		<description>Support Forum - Topic: Crop All Images in Slider to the Same Height?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 16:51:30 +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/crop-all-images-in-slider-to-the-same-height" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Crop All Images in Slider to the Same Height?"</title>
			<link>http://www.kriesi.at/support/topic/crop-all-images-in-slider-to-the-same-height#post-97994</link>
			<pubDate>Fri, 22 Feb 2013 08:39:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97994@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad that you solved the issue :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pcprincess77 on "Crop All Images in Slider to the Same Height?"</title>
			<link>http://www.kriesi.at/support/topic/crop-all-images-in-slider-to-the-same-height#post-97925</link>
			<pubDate>Thu, 21 Feb 2013 20:00:19 +0000</pubDate>
			<dc:creator>pcprincess77</dc:creator>
			<guid isPermaLink="false">97925@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin&#60;br /&#62;
You can remove my post under this topic if you'd like. I figured it out and have posted my solution under a different thread&#60;/p&#62;
&#60;p&#62;Thx :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Crop All Images in Slider to the Same Height?"</title>
			<link>http://www.kriesi.at/support/topic/crop-all-images-in-slider-to-the-same-height#post-97453</link>
			<pubDate>Tue, 19 Feb 2013 16:04:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">97453@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi pcprincess77,&#60;/p&#62;
&#60;p&#62;Setting crop to false will just have the images adjust proportionally. From the wordpress codex:&#60;br /&#62;
&#60;code&#62;False - Soft proportional crop mode ; True - Hard crop mode&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The generated thumbnail image will then be called by its name and whatever size was generated will get spit out into that usage. CSS will usually then adjust the image to make it fit the container so that the theme isn't generating a whole bunch of single use images and instead a handful that can be used for multiple uses.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pcprincess77 on "Crop All Images in Slider to the Same Height?"</title>
			<link>http://www.kriesi.at/support/topic/crop-all-images-in-slider-to-the-same-height#post-97318</link>
			<pubDate>Mon, 18 Feb 2013 20:24:29 +0000</pubDate>
			<dc:creator>pcprincess77</dc:creator>
			<guid isPermaLink="false">97318@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I hope it's okay to add to this question.&#60;br /&#62;
If I don't want the images cropped but do want them to be displayed smaller than the default settings, do I just keep the &#34;crop&#34; value set to false?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Crop All Images in Slider to the Same Height?"</title>
			<link>http://www.kriesi.at/support/topic/crop-all-images-in-slider-to-the-same-height#post-97210</link>
			<pubDate>Mon, 18 Feb 2013 10:54:58 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi VikR,&#60;/p&#62;
&#60;p&#62;Kindly open functions.php and find this code:&#60;br /&#62;
&#60;code&#62;$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&#60;/code&#62;&#60;br /&#62;
and replace it with:&#60;br /&#62;
&#60;code&#62;$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;450, &#38;#39;crop&#38;#39;=&#38;gt;true);		// big images for lightbox and portfolio single entries&#60;/code&#62;&#60;br /&#62;
save it and use Regenerate Thumbnails plugin to regenerate images.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>VikR on "Crop All Images in Slider to the Same Height?"</title>
			<link>http://www.kriesi.at/support/topic/crop-all-images-in-slider-to-the-same-height#post-97208</link>
			<pubDate>Mon, 18 Feb 2013 10:18:27 +0000</pubDate>
			<dc:creator>VikR</dc:creator>
			<guid isPermaLink="false">97208@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a slider in a blog post at &#60;a href=&#34;http://www.freedomsflame.biz/blog/&#34; rel=&#34;nofollow&#34;&#62;http://www.freedomsflame.biz/blog/&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;The images have different heights. The slider has a cool feature where it adjusts its height to display the full height of each image.&#60;/p&#62;
&#60;p&#62;I would like to keep the slider at the same height for each image, even if that means losing some off the top and/or bottom of each image. I've gone to the WP Gallery and edited each image to be 450px high. However, my edits don't seem to be reflected when the slider displays them. The slider still has to change height from image to image.&#60;/p&#62;
&#60;p&#62;How can I keep the slider the same height for each image? Thanks in advance for the info.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
