Created
February 2, 2017 17:24
-
-
Save brycefranzen/02d347338a980f69d2cfdb3ece40a38b to your computer and use it in GitHub Desktop.
Get real window width
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var realWidth = $(window).width() + (window.innerWidth-$(window).width()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment