<?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 &#124; ThemeFuse &#187; Topic: Main Slider Image resize</title>
		<link>http://themefuse.com/forum/brandcrafters-wp/main-slider-image-resize</link>
		<description>Best place for theme related questions</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 15:56: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://themefuse.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://themefuse.com/forum/rss/topic/main-slider-image-resize" rel="self" type="application/rss+xml" />

		<item>
			<title>Kenny83 on "Main Slider Image resize"</title>
			<link>http://themefuse.com/forum/brandcrafters-wp/main-slider-image-resize#post-53619</link>
			<pubDate>Mon, 18 Jun 2012 10:27:35 +0000</pubDate>
			<dc:creator>Kenny83</dc:creator>
			<guid isPermaLink="false">53619@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Thanks this works great,&#60;/p&#62;
&#60;p&#62;Kenny
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>George on "Main Slider Image resize"</title>
			<link>http://themefuse.com/forum/brandcrafters-wp/main-slider-image-resize#post-53539</link>
			<pubDate>Sun, 17 Jun 2012 21:04:04 +0000</pubDate>
			<dc:creator>George</dc:creator>
			<guid isPermaLink="false">53539@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Find this code in the playSlider.css(/css) file;&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
.playSlider ul.slide-content li img {
position: absolute;
top: 0;
left: 0;
margin-top: 0;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
and replace with this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
.playSlider ul.slide-content li img {
width: 100%;
position: absolute;
top: 0;
left: 0;
margin-top: 0;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;Then find this code in the style.css file:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
&#60;a href=&#34;http://www.pictures-net.de/media=&#38;quot;screen&#38;#038;quot&#34; rel=&#34;nofollow&#34;&#62;http://www.pictures-net.de/media=&#38;quot;screen&#38;#038;quot&#60;/a&#62;;
.playSlider ul.slide-content li {
position: absolute;
width: 940px;
height: 443px;
top: 0;
left: 0;
display: block;
margin: 0px 0px 0px 0px;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
and replace with this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
&#60;a href=&#34;http://www.pictures-net.de/media=&#38;quot;screen&#38;#038;quot&#34; rel=&#34;nofollow&#34;&#62;http://www.pictures-net.de/media=&#38;quot;screen&#38;#038;quot&#60;/a&#62;;
.playSlider ul.slide-content li {
overflow: hidden;
position: absolute;
width: 940px;
height: 443px;
top: 0;
left: 0;
display: block;
margin: 0px 0px 0px 0px;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
George
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Kenny83 on "Main Slider Image resize"</title>
			<link>http://themefuse.com/forum/brandcrafters-wp/main-slider-image-resize#post-53463</link>
			<pubDate>Sun, 17 Jun 2012 12:32:26 +0000</pubDate>
			<dc:creator>Kenny83</dc:creator>
			<guid isPermaLink="false">53463@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hello Support team,&#60;br /&#62;
 &#60;br /&#62;
what is the Bildgöße for the &#34;Main Slider&#34;?&#60;br /&#62;
In the other sliders, the image is adjusted automatically, but the &#34;Main Slider&#34; does not happen.&#60;br /&#62;
What should I do to reduce the image size to no manual?&#60;/p&#62;
&#60;p&#62;Thank you for your help&#60;br /&#62;
Kenny&#60;/p&#62;
&#60;p&#62;test url: &#60;a href=&#34;http://www.pictures-net.de&#34; rel=&#34;nofollow&#34;&#62;http://www.pictures-net.de&#60;/a&#62;&#60;br /&#62;
this page its only for a test with the new Theme
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>
