Is it better to force an image into a specific size constraint (width and height) or to construct image to a specific dimension. Is there a performance hit taking a large image and constrain it to a certain width/height that’s smaller than the original file? Thanks.
Share
The only performance hit is wasted bandwidth, depending on the size of the original. Why download a huge image if it is going to be small on a page.