Hello. I am new to Drupal. I'm working with Drupal 7. I'm trying to create a slide show with thumbnail control nav. In this slide show must be photo and video from youtube&vimeo, but I can not make. I tried different configurations.The maximum that I made is that in the main window works video, but not shown in the navigation preview thumbnail for video.
How can I do this?
Which module i must install for this?
What field and what settings i must set?
Please, help me.
It will be good if you make video tutorial or article step by step about this. Or provide a link to an article about it.
I'll be glad for any help.
Sorry for my english. I hope you understand what I mean.

CommentFileSizeAuthor
FlexSlider.jpg140.24 KBSnowbll
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

minorOffense’s picture

The thumbnail gets generated from the image in the main slide. If there's a video in it's place, it won't show an image.

You need to include an image with your video in the slide so that the thumbnail can be generated.

FranCarstens’s picture

I'm using the Youtube module and the comment here helped me. It might also work for your vimeo setup. I'm sure it will.

https://www.drupal.org/node/1984556#comment-9141471

groovedork’s picture

This video seems to explain how to do it:

https://www.youtube.com/watch?v=MboDby9-PCE

joshuautley’s picture

@groovedork - thank you. This is great and worked in our flexslider but it didn't scale right away and found that since I'm using bootstrap as my base theme I had to wrap the field in views with a div and this class...
<div class="embed-responsive embed-responsive-16by9">
As the demo here shows... https://codepen.io/ncerminara/pen/zbKAD/