D
D
Dmitry Buravtsov2015-09-12 15:29:43
css
Dmitry Buravtsov, 2015-09-12 15:29:43

How to remove a line from html code for a specific screen resolution?

Can you tell me if it's possible to remove or change the line

<meta name="viewport" content="width=device-width, initial-scale=1.0">
for a specific screen resolution. For example, for 1024-768px everything is adaptive, then you need the entire site to fit across the entire screen, and then, for example, from 480px it is again adaptive.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dokuro, 2015-09-12
Chan @iDokuro

MEDIA QUERY?
habrahabr.ru/post/198292

D
Dmitry Buravtsov, 2015-09-12
@dima_bur

No, the question is not how to adapt. And how to remove the line at a certain resolution

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question