Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

check device width using js

const screenWidth  = window.screen.width;
const screenHeight = window.screen.height;
Source by dmitripavlutin.com #
 
PREVIOUS NEXT
Tagged: #check #device #width #js
ADD COMMENT
Topic
Name
2+4 =