← Back to context Comment by shadowgovt 6 years ago Heavy graphics with static HTML? That's going to be a crummy experience for mobile users. 2 comments shadowgovt Reply TeMPOraL 6 years ago CSS supports media queries. shadowgovt 6 years ago I'm not talking about choosing by screen resolution. I'm taking about choosing by whether and when the media is needed at all, which becomes much more tractable when you add some JavaScript to control it.
TeMPOraL 6 years ago CSS supports media queries. shadowgovt 6 years ago I'm not talking about choosing by screen resolution. I'm taking about choosing by whether and when the media is needed at all, which becomes much more tractable when you add some JavaScript to control it.
shadowgovt 6 years ago I'm not talking about choosing by screen resolution. I'm taking about choosing by whether and when the media is needed at all, which becomes much more tractable when you add some JavaScript to control it.
CSS supports media queries.
I'm not talking about choosing by screen resolution. I'm taking about choosing by whether and when the media is needed at all, which becomes much more tractable when you add some JavaScript to control it.