1

I would like to start of by stating I am asking why this is, not how get around it. I am well aware of these sources here:

I have a media query implemented that is being called correctly everywhere:

@media all and (max-width:620px), (max-device-width:620px){...}

However, when I try to get the width through jQuery:

alert($(window).width());

The value returns as 980.

I have found that using .innerWidth() yields the same result as .width().

According to jQuery API $(window).width() returns the width of the browser viewport.

So why is it different from the css media query?

Community
  • 1
  • 1
Crystal Miller
  • 741
  • 10
  • 26

0 Answers0