Jump to content

About background in manual login screen - ES 4790 (Update)


CarlosLima

Recommended Posts

CarlosLima
/* #07 - Login background celular - Happy2Play-311022 */
@media (min-width: 20em){
#manualloginPage {
	background:url(/web/modules/themes/loginv.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	}
}

/* #08 - Login background pc - Happy2Play-311022 */
@media (min-width: 80em){
#manualloginPage {
	background:url(/web/modules/themes/loginh.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	}
}

Hi,
I come again to ask for help on this code, because when updating the ES 4780 to 4790 the images are not displayed on the pc or cell phone.
Several times I cleared the browsing data and also cleared the Cloudflare cache.
Thanks

---

Edited.
Request for help paused.
I believe I made a mistake. I am checking.

Edited by CarlosLima
Link to comment
Share on other sites

CarlosLima
/* #07 - Login background celular - Happy2Play-311022 */
@media (min-width: 20em){
#manualloginPage {
	background:url(/web/modules/themes/loginv.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	}
}

/* #08 - Login background pc - Happy2Play-311022 */
@media (min-width: 80em){
#manualloginPage {
	background:url(/web/modules/themes/loginh.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	}
}

Hi,
Using the above CSS and everything is perfect.
I come back here just to clarify a doubt.
I also use it on my personal pc with content all on local hdd disks, being the latest beta version of Emby Server.
This code does not work in the local beta.
Is there any difference in this respect?
The images are in the same path folder:
C:\Users\user\AppData\Roaming\Emby-Server\system\dashboard-ui\modules\themes
Thanks

Edited by CarlosLima
Link to comment
Share on other sites

Happy2Play
43 minutes ago, CarlosLima said:

Hi,
Using the above CSS and everything is perfect.
I come back here just to clarify a doubt.
I also use it on my personal pc with content all on local hdd disks, being the latest beta version of Emby Server.
This code does not work in the local beta.
Is there any difference in this respect?
The images are in the same path folder:
C:\Users\user\AppData\Roaming\Emby-Server\system\dashboard-ui\modules\themes
Thanks

Nope the code works the same on beta assuming you applied page id.

Link to comment
Share on other sites

CarlosLima

Yes, I applied.
This is manuallogin.html in beta and I have the same thing in login.html file
Really curious and unless I'm mistaken, when I applied the code the images were displayed on the cell phone and on the pc and then no more.

Captura de tela 2022-11-14 131239.jpg

Link to comment
Share on other sites

Happy2Play

Not sure as there is no difference applying this to any stable or beta server.

  • Thanks 1
Link to comment
Share on other sites

CarlosLima

Sorted out.
Thank you again.
I turned off EmbyServer and when restarting the images are displayed on the pc and also on the cell phone.

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...