I was wondering what a better / faster way to resize an image.
Normally I would resize the image using CSS, but college told me that using an attribute widthlike
<img width="size" [..]>
the browser will make the page faster.
Does anyone know if this is true?
source
share