Controls always visible
-
I am calling the player with this shortcode:
[lyte id=’playlist_x’ playlist=’true’ / audio=true /]
How do I make the controls always visible and not just show up on mouseover.
I have also seen that in the mobile version there is not the option to forward and backward the songs in a playlist, only in the script version.I manage to always show the controls from the browser by putting this:
.ytp-chrome-bottom {
position: fixed !important;
bottom: 0;
left: 0;
z-index: 9999;
opacity: 1 !important;
visibility: visible !important;
pointer-events: auto !important;
}But I can’t make it permanent, because I can’t access to the css file.
Does anyone know how to fix all this?
Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Controls always visible’ is closed to new replies.