Skip to content

mokrane33/mkParallax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

mkParallax


jquery parallax

Backgroud parallax image, work with mobile devices

Example using mkParallax

Just add the js file before your closing tag add:

<script type="text/javascript" src="js/mkParallax.js"></script>

How to use

First create your container

<div id="myparallex" data-image="img/my-parallax-image.jpg">
	
    ..........
			
</div>

and JQuery script

$( document ).ready(function() {

$("#myparallex").mkParallax();

});

License

Copyright (c) 2017 Mokrane K

Licensed under the MIT license.

About

jquery parallax

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published