Re: Weirdly scaled images (again)
Stephen Paul Weber <singpolyma-BBL/675DSF9HD/0T1/[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <20150817194517.GD1582@xobs-novena> |
>Apparently some (or most?) browsers, Firefox for instance, do uniform >scaling when only one of the width or height attribute is set on an img >element. Yes, this is the right thing to do and is the only way images should generally be used on the web (since you always want uniform scaling and don't get it when setting both width and height, so only one of width or height should ever be set).