Tagged Questions
3
votes
6answers
763 views
Which is faster, adding rounded corners to images, or adding rounded corners in CSS
Which of the following will load faster,
Creating a square image and adding rounded corners via CSS
Adding rounded corners to the image by default and not using the extra css.
Also, if 2 is ...