soenkekluth / lazytube

Lazy Loading Youtube Players

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazytube

Lazy Loading Youtube Players

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/lazytube.min.js"></script>
<script>
(function($) {
  $('.selector').lazytube(); 
})();
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

About

Lazy Loading Youtube Players

License:MIT License


Languages

Language:JavaScript 93.9%Language:CSS 6.1%