Answer the question
In order to leave comments, you need to log in
How to remove adaptability from an adaptive site by one button?
<meta name="viewport" content="width=device-width, initial-scale=1.0">
- it's in the Answer the question
In order to leave comments, you need to log in
<script type=text/javascript>
$('#full').click(function() {
$('head').append('<meta name="viewport" content="width=1200px, initial-scale=0, user-scalable=1">')
}
)
</script>
<a id="full" href="#">Полная версия сайта</a>
In general, you can fix the width in size by clicking on your container. You can in <meta>
, you can at least in styles. But if you completely remove it, then the width of the site will not be 1920, but most likely flat
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question