Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Mediaelement.js and fluid video

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #36065
    freeriders
    Member

    I’m trying to follow Chris’s article on fluid video
    here the article, while I’m also using mediaelements.js

    I also tried alist apart tutorial

    I’m hosting the video

    so far I have not been very successfull, has any body been succesfull to mix the 2
    my idea is to have a video which could be resized up to fit an iphone like screen

    maybe someone here has a pointer to a place where both work well together?

    Thank you in advance

    Steffy

    #94433
    Chris Coyier
    Keymaster

    Maybe you could dig around here: http://teamtreehouse.com/topics/introduction/development

    They use mediaelements.js and somehow also have fluid width.

    #123187

    This works for me:

    video {
    max-width: 100%;
    }

    #129542
    iva2k
    Member

    Website http://teamtreehouse.com/ does use MediaElement and it is fluid in Google Chrome, but breaks in FireFox.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.