Official comment
Hi Yury,
the problem is the following line in your CSS (style.css) that hides the playlist.
media="screen"
.video-js {
width: 100% !important;
}
Give it a shot and let me know if it fixes it for you.
Hello, i used your technology in a WordPress website of mine. We have a page with all the videos of the community. The videos are shown alright but the playlists are shown blank. Please have a look here: http://www.cpolitan.gr/%CE%B2%CE%AF%CE%BD%CF%84%CE%B5%CE%BF/
Hi Yury,
the problem is the following line in your CSS (style.css) that hides the playlist.
media="screen"
.video-js {
width: 100% !important;
}
Give it a shot and let me know if it fixes it for you.
Please sign in to leave a comment.
Hello, thanks a lot. I wanted the videos to fill the whole content-area in every screen, that's why i used the above rule. I erased it and solved the problem by writing in every youtube's iframe:
width="100%" height="400".
Thanks again for the support. Keep up the good work.