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.

#114649
Anonymous
Inactive

I’m not sure if the last part was a question.. anyhow:

$(‘.close’).on(‘click’, function(){
$(‘.video-container’).css(‘display’, ‘none’);
});