tylerpearson / lazyYT

A jQuery plugin to lazy load those dang Youtube iframe videos.
Other
208 stars 86 forks source link

Upgrade to version 1.0.1 #13

Closed Daugilas closed 9 years ago

Daugilas commented 9 years ago

I was working with this plugin, but I needed video preview which is exactly the same as in iframe. Thus I re-wrote most of the plugin and made it based on the actual YouTube preview. Styles of video title, play button, etc.

I also added one more demo of video grid preview: http://works.daugilas.com/lazyYT/demo/index.html

Also I added checking the size of the video container to load appropriately large image. Issue: https://github.com/tylerpearson/lazyYT/issues/12

Changed the license to Creative Commons and added myself as a plugin maintainer.

Cheers!

tylerpearson commented 9 years ago

This... is awesome! Thanks so much for your help on this! Merging this in.

Daugilas commented 9 years ago

Thanks for the pull! Happy to contribute!