Should image size be defined in the img tag height/width attributes or in CSS? [duplicate]
I’m going to go against the grain here and state that the principle of separating content from layout (which would justify the answers that suggest using CSS) does not always apply to image height and width. Each image has an innate, original height and width that can be derived from the image data. In the … Read more