Resizing video element on landing page | Community
Skip to main content
October 28, 2014
Question

Resizing video element on landing page

  • October 28, 2014
  • 1 reply
  • 593 views
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!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

October 28, 2014

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.