You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devicePixelRatio and @media (resolution) are zoom-relative on desktops but static on phones. res should correlate to the media query behavior. res 0.1 calculates resolution at runtime and its methods returned the cached results. This is problematic because methods may not match the media queries depending on the zoom. We'll have to calculate each time.
The text was updated successfully, but these errors were encountered:
devicePixelRatio
and@media (resolution)
are zoom-relative on desktops but static on phones. res should correlate to the media query behavior. res 0.1 calculates resolution at runtime and its methods returned the cached results. This is problematic because methods may not match the media queries depending on the zoom. We'll have to calculate each time.The text was updated successfully, but these errors were encountered: