J
J
Justin Bieber2017-01-31 08:40:03
css
Justin Bieber, 2017-01-31 08:40:03

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
header

Answer the question

In order to leave comments, you need to log in

3 answer(s)
J
Justin Bieber, 2017-01-31
@JustinBieber

<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>

P
Pavel, 2017-01-31
@PavelMonro

Like this:
Or just remove it

E
Egor Zhivagin, 2017-01-31
@Krasnodar_etc

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 question

Ask a Question

731 491 924 answers to any question