Tuesday, 3 January 2012

jQuery Example - Full Screen Background Images

<p>If you are looking for how to Full Screen Background Images then use Backstretch is a simple plugin. It is a simple plugin jQuery plugin that allows you to add a dynamically-resized background image to any page. The image will stretch to fit the page, and will automatically resize as the window size changes.</p>
<p>&lt;script src="js/jquery.js" type="text/javascript"&gt;&lt;/script&gt;<br />
&lt;script src="js/jquery.fullscreenr.js" type="text/javascript"&gt;&lt;/script<br />
&lt;script type="text/javascript"&gt;<br />
$.backstretch("http://path.jpg");<br />
&lt;/script&gt;</p>
<p><a href="http://srobbin.com/jquery-plugins/jquery-backstretch/#demo" target="_blank">demo</a>.</p>

No comments:

Post a Comment