Skip to content

AlexandrUkr/doloadImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

image preloading

Uploading images as needed

Example of use

<img data-src="/image.jpg">
	LoadImage.check();
   		$(window).scroll(function(){
	  		LoadImage.check();
 	});

demo page

About

Uploading images as needed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published