<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Quick Tip &#8211; Make a Full Screen Image Background With a Line of CSS</title>
	<atom:link href="http://tutorialzine.com/2012/06/quick-tip-fullscreen-backgrounds/feed/" rel="self" type="application/rss+xml" />
	<link>http://tutorialzine.com/2012/06/quick-tip-fullscreen-backgrounds/</link>
	<description>Web Development Tutorials &#38; Resources</description>
	<lastBuildDate>Thu, 23 May 2013 03:26:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Joeb</title>
		<link>http://tutorialzine.com/2012/06/quick-tip-fullscreen-backgrounds/#comment-81130</link>
		<dc:creator>Joeb</dc:creator>
		<pubDate>Sat, 27 Apr 2013 12:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=2267#comment-81130</guid>
		<description><![CDATA[It doesn&#039;t seem to work with Internet Explorer 10]]></description>
		<content:encoded><![CDATA[<p>It doesn't seem to work with Internet Explorer 10</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://tutorialzine.com/2012/06/quick-tip-fullscreen-backgrounds/#comment-80296</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 30 Mar 2013 12:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=2267#comment-80296</guid>
		<description><![CDATA[I changed your code a little bit and it works better for me. :) 

&lt;pre&gt;
html{
	/* This image will be displayed fullscreen */
	background:url(&#039;name.jpg&#039;) no-repeat fixed;

	/* Ensure the html element always takes up the full height of the browser window */
	min-height:100%;

	/* The Magic */
	background-size:cover;
}
&lt;/pre&gt;

and

&lt;pre&gt;
body{  
	text-align: center;  
	/* Workaround for some mobile browsers */
	min-height:100%;
}
&lt;/pre&gt;]]></description>
		<content:encoded><![CDATA[<p>I changed your code a little bit and it works better for me. :) </p>
<pre>
html{
	/* This image will be displayed fullscreen */
	background:url('name.jpg') no-repeat fixed;

	/* Ensure the html element always takes up the full height of the browser window */
	min-height:100%;

	/* The Magic */
	background-size:cover;
}
</pre>
<p>and</p>
<pre>
body{  
	text-align: center;  
	/* Workaround for some mobile browsers */
	min-height:100%;
}
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: saxstl</title>
		<link>http://tutorialzine.com/2012/06/quick-tip-fullscreen-backgrounds/#comment-77698</link>
		<dc:creator>saxstl</dc:creator>
		<pubDate>Mon, 28 Jan 2013 19:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=2267#comment-77698</guid>
		<description><![CDATA[Martin, 

Could you explain why &quot;cover&quot; cuts off the edges of the picture used? (is this b/c it zooms to fill the screen height which would cut off the full width) 

I would imagine that the sign on the post of this image may be the important part of the overall image.  

How would you keep the image width intact so that this does not happen?

What is your best advice for implementing this on a mobile/app site?]]></description>
		<content:encoded><![CDATA[<p>Martin, </p>
<p>Could you explain why &quot;cover&quot; cuts off the edges of the picture used? (is this b/c it zooms to fill the screen height which would cut off the full width) </p>
<p>I would imagine that the sign on the post of this image may be the important part of the overall image.  </p>
<p>How would you keep the image width intact so that this does not happen?</p>
<p>What is your best advice for implementing this on a mobile/app site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loumi</title>
		<link>http://tutorialzine.com/2012/06/quick-tip-fullscreen-backgrounds/#comment-75393</link>
		<dc:creator>loumi</dc:creator>
		<pubDate>Wed, 28 Nov 2012 09:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=2267#comment-75393</guid>
		<description><![CDATA[IE8 is not support]]></description>
		<content:encoded><![CDATA[<p>IE8 is not support</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nic Johnson</title>
		<link>http://tutorialzine.com/2012/06/quick-tip-fullscreen-backgrounds/#comment-71559</link>
		<dc:creator>Nic Johnson</dc:creator>
		<pubDate>Wed, 07 Nov 2012 11:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=2267#comment-71559</guid>
		<description><![CDATA[You can&#039;t, as a professional web designer ignore IE8. It&#039;s a full 20% of my user base. Not just hospitals and schools, but anyone still using XP, anyone who doesn&#039;t care about getting the latest software.

I try to make websites look good for as many people as possible because I want to make money from them. Of course there&#039;s a cutoff, but it&#039;s IE6, not IE8.]]></description>
		<content:encoded><![CDATA[<p>You can't, as a professional web designer ignore IE8. It's a full 20% of my user base. Not just hospitals and schools, but anyone still using XP, anyone who doesn't care about getting the latest software.</p>
<p>I try to make websites look good for as many people as possible because I want to make money from them. Of course there's a cutoff, but it's IE6, not IE8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: e11world</title>
		<link>http://tutorialzine.com/2012/06/quick-tip-fullscreen-backgrounds/#comment-41326</link>
		<dc:creator>e11world</dc:creator>
		<pubDate>Tue, 28 Aug 2012 22:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=2267#comment-41326</guid>
		<description><![CDATA[Excellent fix!
It works in IE7, IE8, and IE9 just tested it.]]></description>
		<content:encoded><![CDATA[<p>Excellent fix!<br />
It works in IE7, IE8, and IE9 just tested it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenan</title>
		<link>http://tutorialzine.com/2012/06/quick-tip-fullscreen-backgrounds/#comment-41065</link>
		<dc:creator>Kenan</dc:creator>
		<pubDate>Mon, 13 Aug 2012 19:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=2267#comment-41065</guid>
		<description><![CDATA[Can this approach be used on divs... im on phone cant test right now :)]]></description>
		<content:encoded><![CDATA[<p>Can this approach be used on divs... im on phone cant test right now :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guna</title>
		<link>http://tutorialzine.com/2012/06/quick-tip-fullscreen-backgrounds/#comment-41039</link>
		<dc:creator>guna</dc:creator>
		<pubDate>Fri, 10 Aug 2012 09:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=2267#comment-41039</guid>
		<description><![CDATA[great article..this make me understand completely about background-size. it&#039;s really help us..no more over sized cropped background with photoshop.. justmake a good resolution background and the script do the rest.]]></description>
		<content:encoded><![CDATA[<p>great article..this make me understand completely about background-size. it's really help us..no more over sized cropped background with photoshop.. justmake a good resolution background and the script do the rest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://tutorialzine.com/2012/06/quick-tip-fullscreen-backgrounds/#comment-41037</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 10 Aug 2012 08:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=2267#comment-41037</guid>
		<description><![CDATA[Thanks for the great tutorial. It helps to start with it.
One question: How can I place a text in front of the image, before blured background?

Thanks for your help.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the great tutorial. It helps to start with it.<br />
One question: How can I place a text in front of the image, before blured background?</p>
<p>Thanks for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cgvector</title>
		<link>http://tutorialzine.com/2012/06/quick-tip-fullscreen-backgrounds/#comment-40994</link>
		<dc:creator>cgvector</dc:creator>
		<pubDate>Tue, 07 Aug 2012 04:26:33 +0000</pubDate>
		<guid isPermaLink="false">http://tutorialzine.com/?p=2267#comment-40994</guid>
		<description><![CDATA[Very simple code. i really love this before this i do like 
&lt;img src=&quot;abc.jpg&quot; style=&quot;position:absolute;width:100%;height:100%&quot; /&gt; but this trik is amazing..]]></description>
		<content:encoded><![CDATA[<p>Very simple code. i really love this before this i do like<br />
&lt;img src=&quot;abc.jpg&quot; style=&quot;position:absolute;width:100%;height:100%&quot; /&gt; but this trik is amazing..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Object Caching 287/287 objects using apc
Content Delivery Network via cdn.tutorialzine.com

 Served from: tutorialzine.com @ 2013-05-23 01:27:00 by W3 Total Cache -->