Ez-Background-Resize
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Resizable full-browser background image using jQuery. Implementation requires no CSS.
h1. Overview

The jQuery Easy Background Resize plugin is intended to easily allow a background image to dynamically resize itself to the size of the browser keeping the images aspect ratio in tact.

h2. Installation Instructions

First, make sure you have jQuery loaded within the @@ tag of your page.
	
@@
@@

Second, put the jQuery EZ Background Resize script in your @@ tag.
	
@@

Third, simply call the plugin with an absolute path or relative path to your image:
_Note that width and height are required.  Won't work in IE without it._

@$("body").ezBgResize({@
	@img     : "image/bg.jpg"@
@});@

h2.  Optional Settings

Optional arguments are center & opacity.

@$("body").ezBgResize({@
	@img     : "image/bg.jpg",@
	@opacity : .75,@
	@center : false@
@});@


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。