Forums

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

Home Forums Design Vimeo-Homepage-style GIFs

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #175760
    baileyspace
    Participant

    I love the big high-res gifs on vimeo’s homepage, and I’m trying to make my own, but I can’t seem to get them to that level of quality without Photoshop shutting down in the rendering phase. Any suggestions?

    #175763
    Craigw14
    Participant

    I personally have never worked with full screen videos on sites, nor GIF extensions.

    An example in use is source:

    <video class=”video js-background_video” muted loop>
    <source src=”../folder/yours.webm” type=”video/webm”>
    <source src=”../folder/yours.mp4″ type=”video/mp4″>
    </video>

    /***********/

    A good source for you to look up is: Here

    It’s becoming a popular choice for design and looks promising, good luck on your site!

    Hopefully this is of use to you, and I’m making valid sense :)

    #176160
    chrisburton
    Participant

    Are you talking about the background video (not a GIF)?

    #176168
    nixnerd
    Participant

    Like this?

    http://www.google.com/hangouts/

    That is generally accomplished with a video on canvas. It’s not just a big GIF… like @chrisburton is suggesting.

    This SICK thing about that is, you have full control over playback. You can pause, delay start, speed up, slow down, reverse, etc. Might come in handy.

    As for how they are loading so crazy fast, that is because they are being buffered.

    See this:

    http://stackoverflow.com/questions/15787380/what-is-206-partial-content

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