[ad_1]
Hello @sounds
Thank you very much for using our plugin. You can control the playlist height and its appearance with CSS. For example, you can enter the style definition below through the menu option “Appearance > Customize > Additional CSS”:
#ms_avp .emjs-playlist {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
height:140px;
}
#ms_avp .emjs-playlist li {
display: inline-block !important;
width:140px !important;
height:140px !important;
}Or, for scrolling vertically:
#ms_avp .emjs-playlist {
overflow-y: scroll;
height:140px !important;
display:block;
}These are only basic examples.
Best regards.
