Jump to content

Recommended Posts

Posted

Este un video, adaugi jos de tot în globaltemplate înainte de </body>

<video loop="" muted="" autoplay="" poster="" class="fullscreen-bg__video">
        <source src="http://golaniics.ro/uploads/big_buck_bunny.mp4" type="video/mp4">    </video>

și în css adaugi

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

Însă poate provoca extrem de mult lag pentru utilizatorii de pe telefoane mobile / pc-uri slabe.

  • Upvote 2
  • gadeas changed the title to Cum setez un fundal cu animatie / video?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.