Drupal: what's the easiest way to let my customer to upload video thumbnails and associate them to v
- by Patrick
hi,
my customer wants a gallery of videos and images (small thumbnails) and if you click on one of them you can see the picture / video in the overlaying lightbox).
Now, I cannot install auto-generating video thumbnails because I don't have access to ffmpeg module on the server. I can only allow my customer to upload these thumbnails by himself.
I'm using image and video CCK fields for each node to allow my customer images and videos.
However I dunno how should I let him upload thumbnails for his videos. Should I create an additional Image CCK field for this ? Consequently, I should somehow associate the videos with the images in the design and my customer should pay attention to place them in the same order.. this is not very nice solution, but it is the only one that came to my mind so far.
Furthermore, I'm using the lightbox I should somehow ignore the video thumbnails and display the videos instead...
some tips ?
Thanks