By JMRonan on
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
You will have to tell
You will have to tell Shadowbox the exact dimensions of the movie inside the
reltag as it can't detect them. Something like<a href="/path/to/video.mov" rel="shadowbox;width=720;height=480">Click!</a>Thanks!
That did the trick!