Skip to content

Commit f16b710

Browse files
committed
use snippet
1 parent 9e295f4 commit f16b710

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

getting-started/url-to-image.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,7 @@ Don't write code? Don't worry, you can also do this with our [Zapier integration
4545

4646
To customize your image further, you can take advantage of the following optional parameters.
4747

48-
| Parameter | |
49-
| :--- | :--- |
50-
| css | Inject additional CSS into the page. This is useful when you want to customize the webpage. Such as hiding specific elements (like popups or cookie banners). |
51-
| viewport\_width | Set the width of Chrome's viewport. Defaults to 1366. |
52-
| viewport\_height | Set the height of Chrome's viewport. Defaults to 768. |
53-
| device\_scale | This adjusts the pixel ratio for the device. Default: 1. Maximum 3. |
54-
| full\_screen | When set to true, the API will generate an image of the entire height of the page. |
55-
| ms\_delay | The number of milliseconds the API should delay before taking the screenshot. This is useful when waiting for JavaScript. If you need to use this, we recommend starting with a low number, such as `500`. Increasing this value slows down the speed of your initial render. |
56-
| selector | A CSS selector for an element on the webpage. We'll crop the image to this specific element. For example: `section#complete-toolkit.container-lg` |
48+
{% include additional_parameters.md %}
5749

5850
<hr>
5951

0 commit comments

Comments
 (0)