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
Long-term fix: Update my MQ syntax or see if someone on the respond.js end can fix that code to ignore my current implementation of a retina MQ with a max-width constraint:
@mediaonly screen and (max-width:1319px) and (min--moz-device-pixel-ratio:1.5),only screen and (max-width:1319px) and (-moz-min-device-pixel-ratio:1.5),only screen and (max-width:1319px) and (-o-min-device-pixel-ratio:3/2),only screen and (max-width:1319px) and (-webkit-min-device-pixel-ratio:1.5),only screen and (max-width:1319px) and (min-device-pixel-ratio:1.5),only screen and (max-width:1319px) and (min-resolution:1.5dppx) { ... }
The patch will work for now, but I want to re-visit this later when I have some more time to test and/or investigate.
The text was updated successfully, but these errors were encountered:
... and maybe other IEs. Either my syntax is wrong, respond.js is being too loose or, I don't know what.
The problem is that the retina display image is loading but
background-size
isn't taking affect because that's not supported CSS in old IEs.Going to patch things for now and feed IE <= 7 non-retina graphics:
Long-term fix: Update my MQ syntax or see if someone on the respond.js end can fix that code to ignore my current implementation of a retina MQ with a
max-width
constraint:The patch will work for now, but I want to re-visit this later when I have some more time to test and/or investigate.
The text was updated successfully, but these errors were encountered: