jQuery Backstretch


I have found one interesting stuff in jQuery, to resize the image with window dimension. ie if you want to fit the background image to the screen what ever the window size or screen resolution, just use it this snippet.

View Demo Download Source

JQuery

<script src="jquery.backstretch.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
    $.backstretch("http://your/image/path");
});
</script>

You can download the plugin files here


Share Your Thoughts

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre class="">