BlackAndWhite - 把彩色的图片变成灰色的jQuery插件
openkk
12年前
这个jQuery插件能够将在同一个HTML页面中的所有彩色的图片变成一张黑白(B&W)灰度图像。
$(window).load(function(){ $('.bwWrapper').BlackAndWhite({ hoverEffect : true, // default true // set the path to BnWWorker.js for a superfast implementation webworkerPath : false, // for the images with a fluid width and height responsive:true }); });示例地址:http://www.gianlucaguarini.com/canvas-experiments/jQuery.BlackAndWhite/demo.html