Usually, I start by creating an image in Fireworks, adjusting it to fit the right dimensions for the website, and then exporting it as either a JPG or PNG file. This process has always worked well for me.
Lately, I've observed that when I insert a larger image into my <img>
tag and then use CSS to resize it using the width
property, the image appears sharper and clearer compared to resizing it within an Adobe software.
Has anyone else had a similar experience? For instance, resizing an image from 100x100 to 50x50 in Fireworks versus resizing it to 50x50 using CSS, and noticing that the CSS resize produces a better quality image.
I'm aware that using smaller images is preferable for faster site loading times, but I'm curious about the quality difference between resizing methods.