You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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!
The text was updated successfully, but these errors were encountered: