I have a quicktime movie thats 720 x 480. I want it to display using shadowbox module, but the movie shrinks to 320 X 320 when it loads. How can I have it display in the 720 X 480?

Here's the link, it's the second thumbnail: http://www.cooperperkins.com/study/waveetch

Comments

dreipunktnull’s picture

You will have to tell Shadowbox the exact dimensions of the movie inside the rel tag as it can't detect them. Something like

<a href="/path/to/video.mov" rel="shadowbox;width=720;height=480">Click!</a>

JMRonan’s picture

That did the trick!