brandly / angular-youtube-embed

:tv: Embed a YouTube player with a simple directive
http://brandly.github.io/angular-youtube-embed/
MIT License
510 stars 147 forks source link

How to get list of thumbnails #132

Closed iiitmahesh closed 8 years ago

iiitmahesh commented 8 years ago

can I get video thumbnail using this angular-you tube-embed , if true please let me know (Requirement is I wanna show list of videos, on clicking one item on the list it needed to be open full video on pop model )

Thank you

brandly commented 8 years ago

that's outside the scope of this project. it looks like it's fairly simple to get a thumbnail from youtube, however: http://stackoverflow.com/a/2068371/1614967

iiitmahesh commented 8 years ago

K Thank you @brandly