Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Media queries for retina – the basics Reply To: Media queries for retina – the basics

#151681
Senff
Participant

I feel bad, so I’ve turned your example into code, @Senff: http://codepen.io/anon/pen/GgFqp

The problem I think you were having before is that you need to use the and operator to link 2 media queries that both need to be true.

That doesn’t seem to work either: http://codepen.io/senff/pen/CtLxk
On my iPhone, background is always white.

This is getting a little frustrating. Is it just not possible to have a media query that combines the screen width and the retina screen?