Resizing video element on landing page

Anonymous
Not applicable

Resizing video element on landing page

I've added a youtube video to a landing page via the "video" element in the landing page insert elements section. Does anyone know if it's possible to resize the video? I can't seem to figure out how to adjust it to make it smaller. Any advice would be appreciated!
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Resizing video element on landing page

https://developers.google.com/youtube/js_api_reference#Examples
 

swfobject.embedSWF(swfUrlStr, replaceElemIdStr, widthStr, heightStr, swfVersionStr, xiSwfUrlStr, flashvarsObj, parObj, attObj)
  • widthStr - Width of the player.
  • heightStr - Height of the player.
Monkey around with that and see what you get.