CSS-Background-Size-jQuery-Plugin
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Replicates the functionality of CSS3 background-size for "contain" and "cover" keywords not supported by below IE9.
CSS-Background-Size-jQuery-Plugin
=================================

Replicates the functionality of CSS3 background-size for "contain" and "cover" keywords not supported by browsers below IE9.

#How to#

Add an image inside a div. Set the height and width of the div and set 'cover' or 'contain' to replicate the CSS3 background-size property in browsers that don't support it.

	
#Methods# These are valid: $('.background-size-cover').bgdSize('cover'); $('.background-size-cover').bgdSize('contain'); $('.background-size-cover').bgdSize({mode : 'contain'});

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