
Playlist Listbar Responsive Positioning
I was wondering if it is possible to change the list bar playlist position from "right" to "bottom" when using a tablet or mobile device? is it possible to have
"listbar": {
"position" : "positionvariable",
}
with an if statement or media query that assigns the variable positionvar = right or bottom depending on screen size?
or alternatively, is it possible to remove elements of the listbar, like description or thumbnail so that the listbar takes up less space on a smaller screen?
Thanks