Player with playlist layout
Example
Custom styles
You can configure your player in the "Look and feel" section and add custom styles like the following example:
@media (max-width: 720px) {
.vid-list-container {
visibility: hidden;
}
#media-player-container-with-playlist {
width: 100%;
}
}
No Comments