Forums

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

Home Forums CSS Fixed video box in bottom right or bottom left corner. Re: Fixed video box in bottom right or bottom left corner.

#114641
Watson90
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; }