On 07/06/07, Mark Rowe <[EMAIL PROTECTED]> wrote:
> Anyone got any thoughts on how to deliver high resolution images to
> high DPI screens and low resolution images to low DPI screens.

<http://webkit.org/blog/55/high
-dpi-web-sites/> mentions using CSS 3's
media queries to target a portion of a stylesheet based on the devices
DPI.  See <http://www.w3.org/TR/css3-mediaqueries/> for more
information.
On 07/06/07, David D. Kilzer <[EMAIL PROTECTED]> wrote:
Wasn't one of Hyatt's suggestions that the author of the web page provide
references to both a low-res and a high-res image so that the client
(which
knows most about which one to use) may chose the correct one?

Sorry guys, I should have been more specific.  David's reference to media
queried applies to background images, border images and the like (i.e design
constructs).  My question was in regards to img elements (jpgs, pngs, etc,
not svgs) and other types of non-textual content (movies, etc).

Cheers,

--
Tom Howard
http://windyroad.org
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to