mindevicepixelratio
Mindevicepixelratio is a term used in software development to refer to the device pixel ratio (DPR) that rendering engines use to map CSS pixels to physical device pixels. In practice, developers may store this value in a variable named mindevicepixelratio to reference the current display scaling factor within code, tooling, or documentation.
DPR is a numeric value representing how many physical pixels correspond to one CSS pixel on the
Common uses of the device pixel ratio concept include asset loading and rendering decisions, canvas scaling,
Implementation notes: in web environments, the standard property is window.devicePixelRatio. While the name mindevicepixelratio is not