I don't understand at all why the YouTube API's thumbnails seem to include letter boxing for videos. If I want the thumbnail for this video, and use the methods shown here I can get the mqdefault
version that is a little too small (but thankfully doesn't have letterboxing), but if I jump up to say the sddefault
, which is a good size, I get:
(http://img.youtube.com/vi/12fR9neVnS8/sddefault.jpg)
I really just want it without the letter-boxing. Do I have to crop it out myself programmatically? Is there a way to get decent-sized YouTube thumbnails without letter-boxing?