Originally Posted by
ronpat
If you use different classes or ids in the different applications for the same image, then you can delete width="somevalue" from the database markup and apply the required property:value in css. If only one dimension is declared, width or height, the browser will scale the image proportionally; therefore, height can rule one application and width can rule another for the same image.
If you need to keep width="somevalue" in your database, then the width property will have to be included in your css to override the width attribute in markup.