Hi there,
I would really like to use a 'link to shadowbox' rather than using a thumbnail. I'm quite disappointed in the thumbnail system in general anyway, but on one specific page I'd really just like a link, i.e. 'click here to view our video' - shadowbox pops up.
Also, another question, can we remove the white borders on the thumbnails?
Cheers
F
Also...
Is there a way to have a thumbnail a different size on one page as opposed to another? I would like my gallery to have smaller ones due to limited space, however on another page I'd like to have just one pop-up style video with a big thumbnail. Is this possible?
PS: These questions are for [Plugin: Cool Video Gallery]. Someone wrote a reply but deleted it - I don't think they saw the tag.
Praveen Rajan
Member
Posted 11 months ago #
@Frank.s
You could remove the preview image and add the text. For this you will have to edit the core files. Please find the function CVGVideo_Render in cool-video-gallery.php and remove the img tag with the title you require.
Thanks
Praveen
crismdq
Member
Posted 8 months ago #
cool! i replaced the img tag with $video['title'] and works perfectly.