if (window.screen.width >= 1024 && window.screen.height >= 768) { alert('screen is ${window.screen.width} x ${window.screen.height}') }