The project page mentions Thickbox as a better plug-in for modal playback, but I could not find any resources on how to make jquery_media and the thickbox module play together. Any links you can offer to get me moving in the right direction, or is it all at the theme level?

Comments

emackn’s picture

yes.. an example would be really nice.

Anarchtica’s picture

I was able to get this to work with Shadowbox. Although I'm sure this would work with Thickbox and Lightbox as well, I just haven't tested it.

What I do to get Shadowbox to work is:

<a href="THIS IS THE LINK TO THE VIDEO" rel="shadowbox"><img src="THIS IS THE LINK TO THE IMAGE" class="video" /></a>

I have an image displayed, clicking the image invokes the Shadowbox and displays the video. The img has a class of video which I added as a "Media class" in the jQuery Media settings.

Aaron