how to get youtube video thumbnail using id

0
6717

How do I get a YouTube video thumbnail ?

Overview

we can get thumbnail image with the help of two methods
Method 1
using the magical youtube img link
https://img.youtube.com/vi/”insert-youtube-video-id-here”/default.jpg
Method 2:
using browser html source code for getting thumbnail using video url link
-go to video source code and search or find wrod “thumbnailurl”
Now you can use this url into
your source Code be like:
<img src=”https://img.youtube.com/vi/”insert-youtube-video-id-here”/default.jpg”>
now you can use this url anywhere in your code where you want.
Thanks for watching keep liking and subscribe us !

Summary

Getting the youtube video thumbnail images with video ID or url with youtube magical img link or from youtube video html source code.