Published
- 1 min read
jquery get screen height
The solution for this is noted below
jquery get screen height
Solution
var width = $(window).width()
var height = $(window).height()
Try other methods by searching on the site. That is if this doesn’t work