Rounded corners on images with jquery


/ Published in: jQuery
Save to your folder(s)

You can't add rounded corners on images with css, but this is a fix.

Markup:




CSS:
.rounded {border-radius: 8px;}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.