Responsive
HTML
<script src="https://unpkg.com/[email protected]"></script>
JavaScript
if (window.matchMedia('(max-device-width: 550px)').matches) {
alert('yes')
} else {
alert('no')
}
<script src="https://unpkg.com/[email protected]"></script>
if (window.matchMedia('(max-device-width: 550px)').matches) {
alert('yes')
} else {
alert('no')
}