Hi,

Is the idea to ensure that the image is displayed at about the same
size on both screens, or that less data is sent in the low-res
scenario?

One thing that should be noted is that the 'IMG' HTML tag has a 'LOWSRC'
attribute, which is intended for a low resolution version of the image,
but I don't think that ever made it into CSS.

If a low-res device happens to be a TV, then there is a media type 'tv'
which can be specified so the right CSS is used.

Just a quick look at CSS and I see that 'absolute' units are available
for specifying size, such as in, cm and mm. See:

http://htmlhelp.com/reference/css/units.html

Andre

On 7-Jun-07, at 01:35 , Windy Road wrote:

On 06/06/07, David D. Kilzer <[EMAIL PROTECTED]> wrote:
You may be interested in these blogs as well:

http://webkit.org/blog/55/high-dpi-web-sites/
http://webkit.org/blog/56/high-dpi-part-2/

Thanks for the heads up.  I did find them interesting.

Anyone got any thoughts on how to deliver high resolution images to
high DPI screens and low resolution images to low DPI screens.

Cheers,

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

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

Reply via email to