Re: aspect ratio of box

On Sun, 17 Apr 2005, Barry wrote:
> 
> Instead of determining the ratio, I'd like something like:
> 
> img { width: 30%; OrigWidth: 100px; OrigHeight: 100px; }
> 
> No math necessary. Just look at the image properties for Orig height and 
> width and make CSS preserve the aspect ratio when width is a percentage.

The original dimensions are a markup-level concern. You can already do the 
above, just use height and width attributes in HTML.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Sunday, 17 April 2005 20:17:58 UTC