publiclab / colorimetry

A web-based colorimetry toolkit, using Image Sequencer
GNU General Public License v3.0
8 stars 6 forks source link

viewport device-width for mobile screen sizes #21

Open jywarren opened 5 years ago

jywarren commented 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!

jywarren commented 5 years ago

image

Divy123 commented 5 years ago

Its already implemented as I am able to see. Just confirming!!