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

_______________________________________________
Mailing list: https://launchpad.net/~openlp-core
Post to     : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to