<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Topic: Increase photo size in Sight slider</title>
		<link>http://en.forums.wordpress.com/topic/increase-photo-size-in-sight-slider</link>
		<description>WordPress.com Forums &#187; Topic: Increase photo size in Sight slider</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 02:55:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/increase-photo-size-in-sight-slider" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Increase photo size in Sight slider"</title>
			<link>http://en.forums.wordpress.com/topic/increase-photo-size-in-sight-slider#post-1160199</link>
			<pubDate>Fri, 22 Feb 2013 19:06:15 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1160199@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I came up with an example that actually stretches the theme width by 100px but doesn't affect the slider images:</p>
<pre><code>.site {
	max-width: 1075px;

}
.site-header a.header-link {
	width: 100%;
	background: url(&#039;YOUR_IMAGE_URL&#039;) no-repeat;
}
.main-navigation {
	width: 100%;
}
.featured-wrapper,
.featured-nav-wrapper {
	width: 100%;
	max-width: none;
}</code></pre>
<p>Replace YOUR_IMAGE_URL with a link to an image that matches the max-width value you choose for ".site", which is 1075px in the example above.</p>
<p>And then if you also want to stretch the slider images, add this:</p>
<pre><code>.featured-thumbnail img {
	width: 700px;
	max-width: none;
}</code></pre>
<p>I live near the Adirondacks, and I love the mission of the <a href="http://usfwsnortheast.wordpress.com/" rel="nofollow">http://usfwsnortheast.wordpress.com/</a> site!
</p>
]]></description>
					</item>
		<item>
			<title>usfwsnortheastblog on "Increase photo size in Sight slider"</title>
			<link>http://en.forums.wordpress.com/topic/increase-photo-size-in-sight-slider#post-1157037</link>
			<pubDate>Tue, 19 Feb 2013 12:58:37 +0000</pubDate>
			<dc:creator>usfwsnortheastblog</dc:creator>
			<guid isPermaLink="false">1157037@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there! The blog is usfwsnortheast.wordpress.com. Thanks for your help! I'm referring to the images in the slider.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Increase photo size in Sight slider"</title>
			<link>http://en.forums.wordpress.com/topic/increase-photo-size-in-sight-slider#post-1155266</link>
			<pubDate>Sun, 17 Feb 2013 22:41:19 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1155266@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well, you can try to stretch images, but featured images are a set size determined by a theme's PHP code (not CSS) and so if you try to make them bigger than what the theme has set, the images can end up looking a little pixelated or blurry. Sometimes the quality offset is acceptable.</p>
<p>I'm not 100% sure which images you're referring to though. Would you please provide a link to the WordPress.com blog you're working on and point out a specific image?
</p>
]]></description>
					</item>
		<item>
			<title>usfwsnortheastblog on "Increase photo size in Sight slider"</title>
			<link>http://en.forums.wordpress.com/topic/increase-photo-size-in-sight-slider#post-1143806</link>
			<pubDate>Tue, 05 Feb 2013 02:57:13 +0000</pubDate>
			<dc:creator>usfwsnortheastblog</dc:creator>
			<guid isPermaLink="false">1143806@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello! I was just testing the Sight theme and am wondering if you can change the slider image size (I was able to edit the container to be larger). </p>
<p>For example, I found this code that worked to decrease the size: `.featured-thumbnail {<br />
	float: left;<br />
	margin: 0 2.5em 2.5em 0;<br />
	width: 10%;<br />
}`</p>
<p>Is there anything I can do like this that increases the slider photo size?<br />
I would like to make the featured photos larger on the home page feed (not the slider photos).</p>
<p>Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
