Home › Forums › CSS › Fixed video box in bottom right or bottom left corner. › Re: Fixed video box in bottom right or bottom left corner.
November 18, 2012 at 5:53 am
#114641
Member
Hi @robertallen
You could make a div the size of the video you want and then in your CSS you could say something like;
.video-container { position: fixed; bottom: 0; right: 0; }