views:

743

answers:

3

Possible Duplicate:
multiple

I would like to round the corners of photos ( tag not background images)

Can jQuery accomplish this?

Thanks

+3  A: 

I've seen a question on SO like this before.

Here's another possible plugin - http://www.malsup.com/jquery/corner/

An example - http://www.malsup.com/jquery/corner/image.html

David Liddle
A: 

I use this technique which doesn't require jQuery, just CSS.

http://www.sitepoint.com/examples/rounded_images/css-only.php

You could alwyas just round the actual images. Here's a free website that does the work for you:

http://www.roundpic.com/

Nissan Fan