Showing posts with label Drupal. Show all posts
Showing posts with label Drupal. Show all posts

September 7, 2013

Display Video Thumbnails With Drupal Media Module

The Media module is great for managing media files such as images and videos on a Drupal website. Today we discuss video handling, specifically how to display a video thumbnail. In this tutorial, you'll learn how to display a thumbnail for videos that are hosted on YouTube and Vimeo. Then, we'll look at how to change the video "preview" view mode. Getting Started Before we begin, download and install the following modules: Media (7.x-1.3) Media: YouTube Media: Vimeo Ctools Views If you use Drush, run the following command: $ drush dl media media_youtube media_vimeo ctools views Step...