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.
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?
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.