Drupal, Video: why the thumbnails image src links to a video instead of an image ?
- by Patrick
hi,
I'm using Video module with CCK Video Upload field and I want to play videos in a lightbox when the user clicks on video thumbnails.
I can select any option in the "Display Field" tab in "Content Type" settings, such as:
LightBox2: galleryVideo -> original
The src attribute of the thumbnail image always links to the video instead of the image... what's the reason of this bug ?
<a rel="lightbox[field_video][Video Number 2<br /><br /><a href="/lancelmaat/content/stalkshow" id="node_link_text" class="active">View Image Details</a>]" href="http://localhost/lancelmaat/sites/default/files/files/projects/Stalkshow/videos/stalkshowdvd21Mbps.flv" class="lightbox-processed">
<img title="" alt="Video Number 2" src="http://localhost/lancelmaat/sites/default/files/imagecache/galleryVideo/files/projects/Stalkshow/videos/stalkshowdvd21Mbps.flv">
</a>
thanks