scaling 相关的软件列表

首页

JS自动缩小超出大小的图片

2020-02-16 标签:js,自动,缩小,超出,大小,图片,实现,代码,如下,script,type,text,javascript,src,jquery,min,fn,loadimage,function,scaling

实现代码如下: jQuery.fn.LoadImage=function(scaling,width,height,loadpic){ if(loadpic==null)loadpic="../img/loading.gif"; return this.each(function(){ var

首页

jQuery图片预加载 等比缩放实现代码

2020-02-16 标签:jquery,图片,加载,等比,缩放,实现,代码,如下,image,preload,auto,zoom,scaling,是否,等比例,自动,width,最大

实现代码如下: /* * Image preload and auto zoom * scaling 是否等比例自动缩放 * width 图片最大高 * height 图片最大宽 * loadpic 加载中的图片路径 * example $("*").LoadImage(true,w,h); */

首页

用jquery实现等比例缩放图片效果插件

2020-02-16 标签:jquery,实现,等比例,缩放,图片,效果,插件,代码,如下,fn,function,scaling,width,height,loadpic,n,ull,loading,gif

实现代码如下: jQuery.fn.autoZoomLoadImage = function(scaling, width, height, loadPic) { if (loadPic == null) loadPic = "Loading.gif"; return this.each(funct