From 3e9f03d5e4b2e81f2268d0f0afd9552e68095365 Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 19 Jul 2020 19:37:38 +0200 Subject: [PATCH] Update iframe.md --- src/pages/docs/api/parameters/iframe.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/docs/api/parameters/iframe.md b/src/pages/docs/api/parameters/iframe.md index 3e823927a..701ba53b7 100644 --- a/src/pages/docs/api/parameters/iframe.md +++ b/src/pages/docs/api/parameters/iframe.md @@ -45,17 +45,17 @@ Any URL that implements [oEmbed](https://oembed.com/) specification is supported
-Additionally, you can supply any consumer query parameter supported by [specification](https://oembed.com/), like `maxwidth` or `maxheight`: +Additionally, you can supply any consumer query parameter supported by [specification](https://oembed.com/), like `maxWidth` or `maxHeight`: { const { status, data, response } = await mql( '{{demolinks.youtube.url}}', { iframe: { - maxwidth: 350 + maxWidth: 350 } })