lazyYT
lazyYT copied to clipboard
A jQuery plugin to lazy load those dang Youtube iframe videos.
i'm using lazyYT to lazyload videos inside of a div with following style: ``` .post-content.post-column { -webkit-columns: 420px 3; -moz-columns: 420px 3; columns: 420px 3; -webkit-column-gap: 10%; -moz-column-gap: 10%; column-gap:...
Using this with several videos embedded on a webpage. Any idea how to prevent multiple videos to be played simultaneously since it violates the Youtube Services Terms and Policies? Got...
I have a client rendering page where we render the page dynamically using angularjs, lazyYT is rendering it even before angular renders it. Can anyone help me with this?
``` SCRIPT5007: Unable to get property 'path' of undefined or null reference lazyYT.js, line 221 character 7 ``` :( IE8 doesn't get any of the Youtube info ( thumbnail /...
Could you please create a bower package for this plugin? I tried installing lazyyt using bower and accidentally installed this heavily out of date version: git://github.com/Epick362/lazyYT.git#0.3.4. Thanks!
I've seen you have updated all files to v1.3.0 but made no tag. Please create a tag/release here on GitHub.
Why load two separated time from json api, one for thumb and then one for title and duration? Maybe is better have just 1 call.
With touch enabled I need to click twice to play the video. On http://www.newmediacampaigns.com/blog/lazyytjs-a-jquery-plugin-to-lazy-load-youtube-videos I read "Apple prohibits video elements from autoplaying, which is causing the double click issue on...