🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

parallaxMd is a minimalist jQuery plugin which helps you create a configurable background parallax effect as you scroll the webpage.

parallax

Documentation

parallaxMd

Easy JQuery plugin to create parallax effect. 

Working

Plugin add background url to your block and create parallax effect.

How to use?

Plugin works with the dom of your html like this: jQuery:

 $( document ).ready(function() {         $("#someContainer").parallaxMd({             "imgHeight": "500px", 		    "imgWidth": "80%", 		    "speed" : "15", 		    "container": 2         });  }); 

HTML:

 <div id="someContainer" data-mdparallax="img.jpg">   </div> 

There is a possibility to change all input values. Defaults

  • imgHeight: 300px;
  • imgWidth: 100%;
  • speed: 15,
  • container: 1

Important

You need have JQuery lib.

Copyright

Taras Dzhulai (c) 2015


You May Also Like