Single Video Player Page – adjust video area height

Go to video gallery > settings > appearance and in extra css enter:

.mainvp-con{
padding-top: 67.5%; position: relative; 
}
.mainvp-con .vplayer{
position: absolute; height: 100%; top: 0; 
}

Was this article helpful?

Related Articles

Leave A Comment?