Hi I want to display a video in 960x616px and the window is displaying in 960x616 but the video is playing in a orginal size of the video and the video is in 1280x720px in .wmv not in .mov

how can i fix this.
and how can i do so I can display divx video?

Comments

stella’s picture

Assigned: wibbla » Unassigned

How are you displaying the video? Using rel="lightvideo" for 3rd party site videos? Or are you displaying it in a lightframe? Or are you embedding the video using the emfield or acidfree modules?

If you're manually creating the html, can you paste in the html here (put between <code> tags)? Can you send me a link to your site? My contact form is enabled if you wish to do so privately.

Cheers,
Stella

wibbla’s picture

the code looks like this
<a href="/files/videos/t_ageofconanhybad_launch_h264.wmv" rel="lightvideo[width:960px; height:616px;][]"><img src="/files/images/main_wmv_720p-2.gif" width="68" height="20" border="0"></a>

stella’s picture

I can't see anything wrong with the html code. Can you send me a link to your site? My contact form is enabled if you wish to do so privately.

Cheers,
Stella

wibbla’s picture

stella’s picture

Category: bug » support
Status: Active » Closed (won't fix)

Hmmm, I've had a search around on the web, and it looks like this feature isn't supported by WMP. You will have to adjust the video so it is the required smaller size, or you will need to adjust the lightvideo rel attribute so it is set to the appropriate size for the video file.

Cheers,
Stella

wibbla’s picture

How do I add divx code to lightbox_video.js
Here is a code for divx

<object classid="clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616" width="640" height="425" codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab">

 <param name="custommode" value="none" />
  <param name="mode" value="large" />
  <param name="minVersion" value="1.4.0" />
  <param name="src" value="videofile.divx" />

<embed type="video/divx" src="videofile.divx" custommode="none" width="640" height="425" mode="large"  minVersion="1.4.0"  pluginspage="http://go.divx.com/plugin/download/">
</embed>
</object>
<br>No video? Get the DivX Web Player for <a style="text-decoration: underline;" href="http://download.divx.com/player/DivXWebPlayerInstaller.exe">Windows</a> or <a style="text-decoration: underline;" href="http://download.divx.com/player/DivXWebPlayer.dmg">Mac</a>
wibbla’s picture

Status: Closed (won't fix) » Active
wibbla’s picture

Hi I hawe tested this in drupal version 6.3 and there it work's.

stella’s picture

Status: Active » Closed (won't fix)

I've created a separate feature request for divx support on your behalf at #291540: Add support for divx video formats.

In future, it'd be great if you could separate out multiple requests / problems into separate issues. This goes for all modules, not just lightbox2. It just makes things easier for us maintainers :)

Cheers,
Stella