AbirX 0 Posted October 16, 2019 Posted October 16, 2019 Hi, I'm new here! Can someone tell how I can remove "Play On another device" option on emby web player. I'm a minimalist. So, I need less option on my screen.
Solution StewieGreen 160 Posted October 16, 2019 Solution Posted October 16, 2019 (edited) In Dashboard -> Settings -> Custom CSS: .headerCastButton { display:none!important } Edit: That custom CSS will only effect the web app, for everywhere else your out of luck. Or you can remove the options when the icon is clicked (well, all the options except the device itself) Dashboard -> Users -> Some_User -> Profile (default tab) then de-select the Remote Control options. Edited October 16, 2019 by adamstewiegreen 1
AbirX 0 Posted October 16, 2019 Author Posted October 16, 2019 Thank you kind Sir. That's what I was looking for. But, can you tell me how do I make this fully transparent?
StewieGreen 160 Posted October 16, 2019 Posted October 16, 2019 try this for the bottom - although I wouldn't recommend it, it just doesn't look very good and all the controls are much(!!) harder to see. .videoOsdBottom { background: transparent!important } and I don't get that dark header at the top of my player in Firefox, so ... 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now