Playlist widget or sliding playlist

[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.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer