Post

2 followers Follow
0

Playlist problem

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/

Yury Kherimyan

Official comment

Avatar

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.

Dimitrios Elissaios

Please sign in to leave a comment.

2 comments

0

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.

Yury Kherimyan 0 votes