diff --git a/docs/API/canvas.mdx b/docs/API/canvas.mdx
index f986b0bd01..36749a978d 100644
--- a/docs/API/canvas.mdx
+++ b/docs/API/canvas.mdx
@@ -67,6 +67,70 @@ It will also create the following scene internals:
In recent versions of threejs, `THREE.ColorManagement.enabled` will be set to `true` to enable automatic conversion of colors according to the renderer's configured color space. R3F will handle texture color space conversion. For more on this topic, see [https://threejs.org/docs/#manual/en/introduction/Color-management](https://threejs.org/docs/#manual/en/introduction/Color-management).
+### Size
+
+By default, the Canvas will be responsive (it uses [`useMeasure`](https://www.npmjs.com/package/react-use-measure) internally).
+
+Eg: inside a 1280x800 container, on a dpr=2 device:
+
+```html
+
+```
+
+It:
+0. gets the computed size of the container-div
+1. sets the `