Hello,

I am running Drupal 7 and installed the Video Embed Field module for embedding YouTube videos. I created a View to show the videos in a grid view. However, I cannot get the thumbnail to show. Is it even being generated? The plugin mentions that thumbnails are automatically pulled from youtube video. Any help appreciated.

Video Embed Field
https://www.drupal.org/project/video_embed_field

I also tried this but have the same issue
https://www.drupal.org/project/youtube

Comments

VM’s picture

How is the view set up?

krasniy’s picture

VM’s picture

your view is set up for content: image. The video thumbnail wouldn't be an image. You need to pull in the video field and set the proper formatter. Similar to how you had to do so on the content type itself.