List,

Drawing a blank on this. Is this correct syntax for this MQ?

@media only screen and (min-width: 600px) and
(-webkit-min-device-pixel-ratio: 1.5), (min-width: 600px) and
(min-resolution: 144dpi){ rules here }

I'm using this in picturefill (ver 1.x) and I think it's causing an
error and need another pair of eyes. Picturefill use is:

<span class="d-2x" data-src="img/logo2x.png" data-media="(min-width:
600px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 600px)
and (min-resolution: 144dpi)"></span>


Thanks

-- 

Tom Livingston | Senior Front-End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com


#663399
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to