What is it?

Allows videos embedded using the video_embed_field module to be displayed in a DOM Window overlay.

How does it do it?

Well, first it defines a new format for the video_embed_field fields called overlay. Then, using a pretty standard theme function, combines the preexisting display modes into one, thus producing a thumbnail that is linked to the embed code (inline hidden div) which will be displayed in an overlay window using the DOMWindow jquery plugin

Using image styles, you can overlay a play button on top of your video thumbnail:
thumbnail
Notice this requires downloading the imagecache_actions module and enabling the imagecache_canvasactions submodule.

When rendered the thumbnail is displayed and linked to the embedded video player that will be displayed in the overlay
overlay

All the settings are intuitive and provided in compliance with the Field API
settings

Anything else I need to know?

Requires the video_embed_field module the DOM Window module/library and the DOM Window jQuery plugin to function correctly.

The DOM Window module includes a drush command that will download the jQuery plugin for you.

$ drush domwindow-plugin

For the "Play Button" icon all you need to do is:

$ drush dl imagecache_actions; drush en imagecache_canvasactions -y;

The module will take care of the rest.

Innovation sponsored by:

Achieve Internet

Supporting organizations: 
Donated Development Time

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Module categories: Media
  • chart icon80 sites report using this module
  • Created by rmontero on , updated
  • shieldStable releases for this project are covered by the security advisory policy.
    Look for the shield icon below.

Releases