Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Akruti 30 posts 50 karma points
    Dec 25, 2009 @ 07:11
    Akruti
    0

    Changing size of video via Vimeo

    Hey I am making a website in umbraco for which i am using a video on one page.The video is uploaded on vimeo and i am displaying it through a package in umbraco.Now the problem is that i am not able to increase the video size. I want to see the full size video.I tried changing the embeded code but still the video size doesnt increase. Please help me to achieve this.

     

    Akruti.

  • wojcia 4 posts 24 karma points
    Dec 31, 2009 @ 06:08
    wojcia
    0

    This is the code I use for my video ... changing the width and height parameters seems to work for me:

    <object width="600" height="329" data="http://vimeo.com/moogaloop.swf?clip_id=3186284&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash">
    <param name="allowfullscreen" value="true" />
    <param name="allowscriptaccess" value="always" />
    <param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3186284&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" />
    </object>
  • Akruti 30 posts 50 karma points
    Dec 31, 2009 @ 09:21
    Akruti
    0

    Hey thanks a lot i will check this out.

  • wojcia 4 posts 24 karma points
    Dec 31, 2009 @ 18:57
    wojcia
    0

    Btw, I got this code simply by clicking the "embed" link on the vimeo video ... just cut and paste, and modify the height and width params.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies