The Beat Store thumbnails are purposely hidden on mobile phones for the beat store playlist to look clean.
You can add this CSS to add the thumbnails. This code is not perfect, and may not be the best mobile experience, but it will show the thumbnails.
/* Show Thumbnails */
@media(max-width:600px){
.mejs-playlist .plthumb{ display:block; }
.mejs-playlist .pltext {
float: left;
padding-top: 5px;
margin-left: 55px;
width: 150px;;
}
.mejs-playlist .plthumb,
.mejs-playlist .plthumb img {
width: 40px;
height: 40px;
}
.mejs-playlist .plthumb { background-size: 40px 40px; }
}
@media (max-width: 400px) {
.mejs-playlist .cname {
width: 75%;
}
}
Need Help?
1. Try searching for answers. Try searching different terms if you can't find a answer. 2. Try troubleshooting if something is not working.
3. If you can't find answers, click to leave a comment. Provide website links and detailed information.