Open jywarren opened 5 years ago
I think we need this line:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
So that the page renders at proper scale on mobile phone screens. Right now it appears really small and with margins that make it a bit hard to use on a smartphone screen. Compare to http://sequencer.publiclab.org on a smartphone screen!
Here's that page setting the scale: https://github.com/publiclab/image-sequencer/blob/142c4991196d129c4632af0ea3223b1ff0cdef20/examples/index.html#L7
Can you give this a try, @Divy123 ? Thank you!
Its already implemented as I am able to see. Just confirming!!
I think we need this line:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
So that the page renders at proper scale on mobile phone screens. Right now it appears really small and with margins that make it a bit hard to use on a smartphone screen. Compare to http://sequencer.publiclab.org on a smartphone screen!
Here's that page setting the scale: https://github.com/publiclab/image-sequencer/blob/142c4991196d129c4632af0ea3223b1ff0cdef20/examples/index.html#L7
Can you give this a try, @Divy123 ? Thank you!