JQuery Black and white plugin

Source: Internet
Author: User

1 add jQuery and plug in to the page

<scriptsrc="js/jquery.min.js"></script>

< script src = "js/jQuery.BlackAndWhite.js" ></ script >

2 Add this class to the wrapper of the image, want make in Black and white

<div class="bwWrapper">

     < img src = "path/to/your/image" width = "image width" height = "image height" / > </ div >

3 Set the wrapper in this is from the CSS:

.bwWrapper {

     position : relative ;      display : block ; }

4 Initialize the plug in on window load (no $ (document). Ready ()):

$ (window). Load (function(){    $('. Bwwrapper '). BlackAndWhite ({hovereffect:true,//default True        //set the path to bnwworker.js for a superfast implementationWebworkerpath:false,        //For the images with a fluid width and heightResponsive:true,        //This option works with the modern browsers (on IE lower than 9 it remains always 1)Intensity:1, speed: {//This property could also is just speed:value for both FadeIn and FadeOutFADEIN:200,//200ms for fadeIn animationsfadeout:800//800ms for FadeOut animations        }    });});

JQuery Black and white plugin

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.