Responsive

HTML

<script src="https://unpkg.com/[email protected]"></script>

JavaScript

if (window.matchMedia('(max-device-width: 550px)').matches) {
	alert('yes')
} else {
	alert('no')
}