Copy link to clipboard
Copied
Hi
I make the create-responsive-grid-layout exercices. I a put the files index.html and styles.css on the web via FTP. When I go to the URL with my mobile phone the width is ok but the height is full page. so I can't read without zooming.
I don't understand where is the probleme
Best Regards
Without seeing your code, it's really all guesswork. If you could post a link, that would help us determine what could be going wrong.
My guess would be that you're missing the following meta tag in your <head> section...
<meta name="viewport" content="width=device-width, initial-scale=1">
Copy link to clipboard
Copied
Without seeing your code, it's really all guesswork. If you could post a link, that would help us determine what could be going wrong.
My guess would be that you're missing the following meta tag in your <head> section...
<meta name="viewport" content="width=device-width, initial-scale=1">
Copy link to clipboard
Copied
Copy link to clipboard
Copied
thank's very much
<meta name="viewport" content="width=device-width, initial-scale=1">
the mobile web site work well
than'k
Copy link to clipboard
Copied
the width is ok but the height is full page.
That's not a problem. Height of page does not get smaller. Only width gets smaller.
I can't read without zooming.
Did you add the viewport meta tag to your document?
Can we see a link to your web site?
Copy link to clipboard
Copied
no I don't know viewport meta tag