Check out this JS fiddle I created to illustrate my issue. As you zoom in and out of the browser page, the value of max-width
that appears in the console keeps changing. However, in the CSS code it is always set to 500px. How can I retrieve the original CSS value of max-width
, such as 500px, regardless of whether the page is zoomed in or not?