diff --git a/docs/api/index.mdx b/docs/api/index.mdx
index cb0646da..bd77cfb1 100644
--- a/docs/api/index.mdx
+++ b/docs/api/index.mdx
@@ -10,7 +10,6 @@ import { Carousel } from 'nuka-carousel';
Nuka v8 and above are completely rewritten with new props and might not be completely backwards compatable with v7.
-
## Installation
In the directory containing package.json, run your package manager's install command:
@@ -76,3 +75,75 @@ Feel free to mix React components and HTML elements as children. Nuka Carousel w
+
+:::caution
+
+Nuka Carousel uses a flex container for its magic
+
+:::
+
+In order for Nuka to measure your slides, they must have a width that can be calculated.
+
+### Images
+
+If you're using images, Nuka will correctly calculate the width and height of the image after it has loaded.
+
+#### Default
+
+```jsx
+