open videos on popup overlay

This commit is contained in:
2017-02-07 10:34:00 +01:00
parent cc959e62bc
commit 81f67414c8
187 changed files with 17025 additions and 28 deletions
@@ -382,14 +382,15 @@ function clameurs_field_default_field_instances() {
),
'teaser' => array(
'label' => 'hidden',
'module' => 'video_embed_field',
'module' => 'video_embed_field_overlay',
'settings' => array(
'description' => 1,
'description_position' => 'bottom',
'image_link' => 'source',
'image_style' => 'large',
'image_style' => 'video_thumb_docu',
'overlay' => 'dom-window',
'show_thumbnail' => 1,
'video_style' => 'normal',
),
'type' => 'video_embed_field_thumbnail',
'type' => 'video_embed_field_overlay',
'weight' => 2,
),
),
@@ -571,14 +572,15 @@ function clameurs_field_default_field_instances() {
),
'teaser' => array(
'label' => 'hidden',
'module' => 'video_embed_field',
'module' => 'video_embed_field_overlay',
'settings' => array(
'description' => 1,
'description_position' => 'bottom',
'image_link' => 'source',
'image_style' => 'medium',
'image_style' => 'video_thumb_episode',
'overlay' => 'dom-window',
'show_thumbnail' => 1,
'video_style' => 'normal',
),
'type' => 'video_embed_field_thumbnail',
'type' => 'video_embed_field_overlay',
'weight' => 2,
),
),