Resizable full-browser background image using jQuery. Implementation requires no CSS. Keeps the images aspect ratio in tact!
Example Example jQuery Code
$.ezBgResize({
img : "image/bg.jpg", // Required.
opacity : 1, // Optional. Default is 100% (1).
center : true // Optional. Default is true.
});
That's it! Super simple!!!
Don't forget to include jQuery and the source plugin script!
Hope you like it!