diff --git a/docs/examples/ImageResponsive.js b/docs/examples/ImageResponsive.js
new file mode 100644
index 0000000000..a224e44ab0
--- /dev/null
+++ b/docs/examples/ImageResponsive.js
@@ -0,0 +1,5 @@
+const imageResponsiveInstance = (
+
+);
+
+React.render(imageResponsiveInstance, mountNode);
diff --git a/docs/examples/ImageShape.js b/docs/examples/ImageShape.js
new file mode 100644
index 0000000000..51356c9862
--- /dev/null
+++ b/docs/examples/ImageShape.js
@@ -0,0 +1,17 @@
+const imageShapeInstance = (
+
+
+
+
+
+
+
+
+
+
+
+
+
+);
+
+React.render(imageShapeInstance, mountNode);
diff --git a/docs/src/ComponentsPage.js b/docs/src/ComponentsPage.js
index 8028755876..73b58804dc 100644
--- a/docs/src/ComponentsPage.js
+++ b/docs/src/ComponentsPage.js
@@ -904,6 +904,22 @@ const ComponentsPage = React.createClass({
+
Images
+
+
Shape
+
Use the rounded
, circle
and thumbnail
props to customise the image.
+
+
+
Responsive
+
Use the responsive
to scale image nicely to the parent element.
+
+
+
Props
+
+
@@ -948,6 +964,7 @@ const ComponentsPage = React.createClass({