openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #34674
[Bug 1843705] [NEW] Remote Live view web page does not scale right
Public bug reported:
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
** Affects: openlp
Importance: Undecided
Status: New
--
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
Follow ups