Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm looking for an example by which I can understand how to can I open a youtube video in lightbox2 in drupal.

Any type of help is appreciated.

Thanks

share|improve this question

1 Answer

You can achieve this by using the rel attribute.

<a href='http://path/to/your/youtube/vid' rel='lightframe'><img src='/path/to/video/thumbnail.jpg' /></a>
share|improve this answer
Thanks for the reply. I was trying to do the same but instead of rel='lightframe' I was using rel='lightvideo' I'll try what you have mentioned, hopefully that works. Is there any other setting to be done to make that happen. I have enabled the lightbox2 module. Is that enough? – Nishant Saini Aug 27 '12 at 7:08

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.