Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10507
    bamrider
    Member

    I#m trying to size an embeded youtube video into a page using the code below, but it doesnt matter what size i put the video is alway the full width (unless i use 0 then it doesnt show)
    Any ideas how can I force the size to work on a page?

    [youtube http://www.youtube.com/watch?v=urlcodehere%5D

    #10508
    bamrider
    Member

    Sorry code below,
    <iframe src="http://www.youtube.com/embed/urlhere" height="360" width="240" allowfullscreen="" frameborder="10"></iframe>

    #10554
    Sakin
    Keymaster

    @bamrider: Send me your site URL, you can wrap with the div code for example:

    <div style="width: 240px; height: 360px"><iframe src="http://www.youtube.com/embed/url" height="360" width="240" allowfullscreen="" frameborder="10"></iframe></div>
    #10605
    bamrider
    Member

    Hi Sakin,
    Excellent that’s just want i was looking for.
    Thanks for the help.

    Mark

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘iframe embeded youtube size’ is closed to new replies.