+
{this.renderImage()}
{this.renderPlaceholder()}
diff --git a/src/image/index.less b/src/image/index.less
index 724f11161..d6b72e1b9 100644
--- a/src/image/index.less
+++ b/src/image/index.less
@@ -4,6 +4,11 @@
position: relative;
display: inline-block;
+ &--round {
+ overflow: hidden;
+ border-radius: 50%;
+ }
+
&__img,
&__error,
&__loading {
diff --git a/src/image/test/__snapshots__/demo.spec.js.snap b/src/image/test/__snapshots__/demo.spec.js.snap
index c28bb70d0..6ee6f957d 100644
--- a/src/image/test/__snapshots__/demo.spec.js.snap
+++ b/src/image/test/__snapshots__/demo.spec.js.snap
@@ -49,6 +49,45 @@ exports[`renders demo correctly 1`] = `
+