I have an HTML page that is rendering on Chrome. When I inspect the page by opening the inspect facilities and resize the inspect area, I can see the pixels width X height. However, when I measure the actual width and height set at 100% scale, the measurement is off by about -20%. For example, when the element is set at 792px (equivalent to 210mm, the width of a A4 page), the actual measurement on the screen at 100% scale is about 165mm.
Why is this and how can I get the actual measurements to render on screen?