Smaler pictures in "pictures" tab.

Started by Robin99, October 28, 2013, 22:46:08

0 Members and 1 Guest are viewing this topic.

Robin99

Pictures and spoilers presented in 'pictures' tab are prepared to view on PC screens. That's why there are often too big on small smartphone screens. I know there is possibility to double tap to zoom out a view but I think better solution is to add a constant width parameter to images.html in Locus data directory.

.... <img src="7a4a855f-dca6-4b34-9c1e-64d8486e4bb3.jpg">......
->
.... <img src="7a4a855f-dca6-4b34-9c1e-64d8486e4bb3.jpg" width="320">....

where "320" is example phone screen width.
  •  

Menion

Hello Robin,
  I'm not sure it's a best solution

what about if you rotate your device? What about tablets, where is usable portrait and also landscape, what about fact, that some images are smaller and with this should be enlarged?
- Official help (ideas, questions, problems): help.locusmap.eu
- Advanced topics, sharing of knowledges: you're here!
- LM 4 Beta download, LM 4 Release download
  •  

Robin99

OK, I don't know html much but maybe there is possibility to dynamically change picture width to fit screen width using html or browser options? Possibility to zoom in/out should stay.
  •