How can I make video like this?

Simple, he have just embeded a video inside a div and positioned it with css style
Here is the css style that he is using:
#wthvideo {
position: fixed;
width: 256px;
height: 384px;
bottom: 0px;
left: 0px;
}

The div that should contain the video should be named wthvideo

Edit: I forgot to mention that he is hosting the video and the player at his own servers

Cheers
 
Simple, he have just embeded a video inside a div and positioned it with css style
Here is the css style that he is using:
#wthvideo {
position: fixed;
width: 256px;
height: 384px;
bottom: 0px;
left: 0px;
}

The div that should contain the video should be named wthvideo

Edit: I forgot to mention that he is hosting the video and the player at his own servers


Cheers
Hhanks very much,do you know where is the video from?I have to pay for someone to produce for me
 
I'm sure there is a service out there that does this, maybe even a fiverr gig, although just to give my own two cents there is nothing i find more annoying then videos like this. maybe its just me personally but these gimmicks drive me CRAZY!
 
Back
Top