Skip to content

smalleast/sloth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sloth

a simple images lazy load plugin.

usage

in html

	<img sloth-img="url" />

js

<script type="text/javascript">
	// 默认加载body体全部sloth图片
 	var sloth = new Sloth();
 	// 默认滚动条加载
    sloth.init();

    // 手动加载
    sloth.load();

    // 惰性加载Scroll ID 元素内的图片
 	var sloth = new Sloth("#Scroll");
 	
</script>

License

MIT

About

a simple images lazy load plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.5%
  • HTML 20.5%