Skip to content

Instantly share code, notes, and snippets.

@miekd
Created December 27, 2011 16:02
Show Gist options
  • Save miekd/1524128 to your computer and use it in GitHub Desktop.
Save miekd/1524128 to your computer and use it in GitHub Desktop.
Rounded Corner Images
.image-rounded {
border-radius: 4px;
display: inline-block;
}
.image-rounded img {
visibility: hidden;
}
<span class="image-rounded" style="background: [url] no-repeat 0 0;">
<img src="[url]" />
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment