<?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 padding to images in no cropping  mode how?..</title>
		<link>http://www.kriesi.at/support/topic/image-padding-to-images-in-no-cropping-mode-how</link>
		<description>Support Forum - Topic: image padding to images in no cropping  mode how?..</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 08:43:29 +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-padding-to-images-in-no-cropping-mode-how" rel="self" type="application/rss+xml" />

		<item>
			<title>mk on "image padding to images in no cropping  mode how?.."</title>
			<link>http://www.kriesi.at/support/topic/image-padding-to-images-in-no-cropping-mode-how#post-44378</link>
			<pubDate>Fri, 02 Mar 2012 13:56:18 +0000</pubDate>
			<dc:creator>mk</dc:creator>
			<guid isPermaLink="false">44378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Anyone?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mk on "image padding to images in no cropping  mode how?.."</title>
			<link>http://www.kriesi.at/support/topic/image-padding-to-images-in-no-cropping-mode-how#post-43484</link>
			<pubDate>Sat, 25 Feb 2012 14:25:59 +0000</pubDate>
			<dc:creator>mk</dc:creator>
			<guid isPermaLink="false">43484@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Dude!&#60;/p&#62;
&#60;p&#62;.avia_fullscreen_slider.dont_crop_images {border: 20px solid #fff; }  partly works, but only on top and left of the picture. ( &#60;a href=&#34;http://www.artifot.pl/site/?page_id=390&#38;amp;lang=en&#34; rel=&#34;nofollow&#34;&#62;http://www.artifot.pl/site/?page_id=390&#38;amp;lang=en&#60;/a&#62; )&#60;/p&#62;
&#60;p&#62;How to make border around  each side of the picture?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "image padding to images in no cropping  mode how?.."</title>
			<link>http://www.kriesi.at/support/topic/image-padding-to-images-in-no-cropping-mode-how#post-43318</link>
			<pubDate>Fri, 24 Feb 2012 10:12:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">43318@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not sure which images you want to change. If you'd like to change the bg slideshow like it's displayed here: &#60;a href=&#34;http://www.artifot.pl/site/?page_id=390&#38;amp;lang=en&#34; rel=&#34;nofollow&#34;&#62;http://www.artifot.pl/site/?page_id=390&#38;amp;lang=en&#60;/a&#62; you can try following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.avia_fullscreen_slider.dont_crop_images{
border: 3px solid #333;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to add borders. You can change the color value, etc. if you like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mk on "image padding to images in no cropping  mode how?.."</title>
			<link>http://www.kriesi.at/support/topic/image-padding-to-images-in-no-cropping-mode-how#post-43219</link>
			<pubDate>Thu, 23 Feb 2012 19:13:20 +0000</pubDate>
			<dc:creator>mk</dc:creator>
			<guid isPermaLink="false">43219@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The issue is still in unsolved,  that's not the Firefox problem.&#60;br /&#62;
I found that code in slideshow.css but changing values doesn't make a differences.&#60;/p&#62;
&#60;p&#62;.dont_crop_images .bgwidth { height: 100%; left:50%; top:50%; width:auto;}&#60;br /&#62;
.dont_crop_images .bgheight { width: 100%; left:50%; top:50%; height:auto; } &#60;/p&#62;
&#60;p&#62;Can someone help me with adding this border. The thick is to add his border only to non-croping images.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "image padding to images in no cropping  mode how?.."</title>
			<link>http://www.kriesi.at/support/topic/image-padding-to-images-in-no-cropping-mode-how#post-38447</link>
			<pubDate>Mon, 23 Jan 2012 08:05:23 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">38447@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Did you clear your browser cache? Sometimes the old stylesheets are cached and you can't see the changes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mk on "image padding to images in no cropping  mode how?.."</title>
			<link>http://www.kriesi.at/support/topic/image-padding-to-images-in-no-cropping-mode-how#post-38431</link>
			<pubDate>Mon, 23 Jan 2012 07:23:08 +0000</pubDate>
			<dc:creator>mk</dc:creator>
			<guid isPermaLink="false">38431@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;.slideshow_container {&#60;br /&#62;
    padding: 5px;&#60;br /&#62;
    background-color: #333;&#60;br /&#62;
}  &#60;/p&#62;
&#60;p&#62;I have added that but that's not working
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "image padding to images in no cropping  mode how?.."</title>
			<link>http://www.kriesi.at/support/topic/image-padding-to-images-in-no-cropping-mode-how#post-37235</link>
			<pubDate>Wed, 11 Jan 2012 04:56:22 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">37235@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;maurodeluca, could you link to your page and specify which images? This way we're certain what we're talking about.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>maurodeluca on "image padding to images in no cropping  mode how?.."</title>
			<link>http://www.kriesi.at/support/topic/image-padding-to-images-in-no-cropping-mode-how#post-37072</link>
			<pubDate>Mon, 09 Jan 2012 17:36:44 +0000</pubDate>
			<dc:creator>maurodeluca</dc:creator>
			<guid isPermaLink="false">37072@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi Dude&#60;br /&#62;
... and how to set padding and margin around images inside the &#34;content area&#34; and &#34;mini contenta area&#34;?&#60;br /&#62;
great theme!&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "image padding to images in no cropping  mode how?.."</title>
			<link>http://www.kriesi.at/support/topic/image-padding-to-images-in-no-cropping-mode-how#post-37067</link>
			<pubDate>Mon, 09 Jan 2012 17:20:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">37067@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
add following  code to css/custom.css and adjust the padding value + background color value:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.slideshow_container {
    padding: 5px;
    background-color: #333;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mk on "image padding to images in no cropping  mode how?.."</title>
			<link>http://www.kriesi.at/support/topic/image-padding-to-images-in-no-cropping-mode-how#post-37025</link>
			<pubDate>Mon, 09 Jan 2012 13:06:55 +0000</pubDate>
			<dc:creator>mk</dc:creator>
			<guid isPermaLink="false">37025@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;anyone...?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mk on "image padding to images in no cropping  mode how?.."</title>
			<link>http://www.kriesi.at/support/topic/image-padding-to-images-in-no-cropping-mode-how#post-36899</link>
			<pubDate>Sat, 07 Jan 2012 15:59:07 +0000</pubDate>
			<dc:creator>mk</dc:creator>
			<guid isPermaLink="false">36899@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How to set  borders around the images
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
