lazyYT
lazyYT copied to clipboard
A jQuery plugin to lazy load those dang Youtube iframe videos.
I've edited the plugin to work with Vimeo as well - despite the name still being lazyYT, I think it'd be helpful to support the two major video platforms, not...
Hi, the maxresdefault.jpg is not always available, for example only for HD videos. I get an error when is missing.
Google reports gdata.youtube.com is no longer available. Returns a 404 when requested by lazyYT. `$.getJSON('//gdata.youtube.com/feeds/api/videos/' + id + '?v=2&alt=json', function (data) { $el.find('#lazyYT-title-' + id).text(data.entry.title.$t); });`
Hi, I'm facing with this problem when I mix this awesome script with other like dataTables: $(document).ready(function() { $("table").dataTable({ "bJQueryUI": true })}); Then I have this in FireBug - TypeError:...
Is this project alive?
Main fix is to make it work with Youtube API v3: https://developers.google.com/youtube/v3/getting-started#before-you-start Added some new features: display video duration, define/set video title, hide info/title bar, and few more advanced options...
I get the following issue on Chrome and Safari: `Failed to load resource: the server responded with a status of 410 (Gone)` This has been discussed here as well: http://stackoverflow.com/questions/30782282/youtube-iframe-error/30876876#comment49857043_30876876...
I saw there are no replies on issue from long. So this is just a question guys is this project really dead?
Demo Page isn´t available anymore :(
This is a regression introduced by this ticket: https://github.com/tylerpearson/lazyYT/issues/12 I haven't been able to find any current YouTube docs, but "common knowledge" (as noted in this stack overflow post http://stackoverflow.com/a/20542029/442650)...