Tagged: full screen slider
My video was displaying in full screen fine before. I upgraded to 4.1 and now the video slide gets cut off. You can see it on the website link.
What can i do?
I was able to fix it using this code on quick css:
.mejs-container {
width: 100% !important;
}