openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #34675
[Bug 1843705] Re: Remote Live view web page does not scale right
PS Yes, all browsers support this.
https://caniuse.com/#search=max-height
https://caniuse.com/#search=max-width
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1843705
Title:
Remote Live view web page does not scale right
Status in OpenLP:
New
Bug description:
Remote Live view web page does not scale right on vertical devices like mobile phones.
on this page http://[your ip]:4316/main
Can you change the css file?
FROM
.size {
...
height: 100%;
...
}
TO
.size {
...
max-height: 100%;
max-width: 100%;
...
}
I use Firefox(and chrome) on windows and on android
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1843705/+subscriptions
References