jquery实现根据浏览器窗口大小自动缩放图片的方法
本文实例讲述了jquery实现根据浏览器窗口大小自动缩放图片的方法。分享给大家供大家参考。具体如下:
(function($){
$.fn.resizeimage=function(){
varimgLoad=function(url,callback){
varimg=newImage();
img.src=url;
if(img.complete){
callback(img.width,img.height);
}else{
img.onload=function(){
callback(img.width,img.height);
img.onload=null;
};
};
};
varoriginal={
width:$(window).width()
};
returnthis.each(function(i,dom){
varimage=$(this);
imgLoad(image.attr('src'),function(){
varimg={
width:image.width(),
height:image.height()
},percentage=1;
if(img.width<original.width){
percentage=1;
}else{
percentage=(original.width)/img.width;
}
image.width(img.w=img.width*percentage-30).height(img.h=img.height*percentage);
$(window).resize(function(){
varw=$(this).width();
percentage=w/img.width>1?1:w/img.width;
varnewWidth=img.width*percentage-30;
varnewHeight=img.height*percentage;
image.width(newWidth).height(newHeight);
});
});
});
};
})(jQuery);
希望本文所述对大家的jquery程序设计有所帮助。
热门推荐
10 老总儿子生日祝福语简短
11 圣诞祝福语简短贺卡英文
12 接到英文简短老师祝福语
13 卡片朋友祝福语大全简短
14 女友妈妈生日祝福语简短
15 朋友升迁的祝福语简短
16 结婚祝福语简短精彩短句
17 分手的祝福语女生简短
18 祝福语简短独特教官