You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/debugging-white-images.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ the number of milliseconds you set. We recommend starting with `500` and increas
38
38
## Solution: `render_when_ready`
39
39
40
40
The `render_when_ready` param gives you exact control over when the API generates the image. When this is set to true, the API will wait to render the image
41
-
until a JavaScript function is called, or a special element is added to the page. [Learn more about render_when_ready](/guides/render-when-ready/).
41
+
until a JavaScript function is called, or a special element is added to the page. [Learn more about render_when_ready](/parameters/render_when_ready/).
Copy file name to clipboardExpand all lines: parameters/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Optional parameters for greater control over your image.
37
37
|**selector**|`String`| A [CSS selector](/guides/selector/) for an element on the webpage. We'll crop the image to this specific element. For example: `section#complete-toolkit.container-lg`|
38
38
|**ms_delay**|`Integer`| The number of milliseconds the API should delay before generating the image. This is useful when waiting for JavaScript. We recommend starting with `500`. Large values slow down the initial render time. [Learn more](/parameters/ms_delay/). |
39
39
|**device_scale**|`Double`| This adjusts the pixel ratio for the screenshot. Minimum: `1`, Maximum: `3`. [Learn more](/parameters/device_scale/). |
40
-
|**render_when_ready**|`Boolean`| Set to true to control when the image is generated. Call `ScreenshotReady()` from JavaScript to generate the image. [Learn more](/guides/render-when-ready/). |
40
+
|**render_when_ready**|`Boolean`| Set to true to control when the image is generated. Call `ScreenshotReady()` from JavaScript to generate the image. [Learn more](/parameters/render_when_ready/). |
41
41
|**full_screen**|`Boolean`| When set to true, the API will generate an image of the entire height of the page. |
42
42
|**viewport_width**|`Integer`| Set the width of Chrome's viewport. This will disable automatic cropping. Both height and width parameters must be set if using either. |
43
43
|**viewport_height**|`Integer`| Set the height of Chrome's viewport. This will disable automatic cropping. Both height and width parameters must be set if using either. |
0 commit comments