From 62bde740b15548ad90f5fae72bf3d2e8fee9b691 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:44:47 -0700 Subject: [PATCH] Update iframe.md --- docs/widgets/services/iframe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/services/iframe.md b/docs/widgets/services/iframe.md index 97f1085e..f2c241a2 100644 --- a/docs/widgets/services/iframe.md +++ b/docs/widgets/services/iframe.md @@ -25,7 +25,7 @@ widget: type: iframe name: myIframe src: "http://example.com" - sizes: { "xs": "60", "sm": "60", "md": "80", "lg": "80", "xl": "80", "2xl": "80" } # optional - sets height of the iframe. The value for each breakpoint size must map directly to a field in the Tailwind Height CSS classes, see https://tailwindcss.com/docs/height + sizes: { "xs": "60", "sm": "60", "md": "80", "lg": "80", "xl": "80", "2xl": "80" } # optional, height of the iframe. The value for each breakpoint size must map directly to a field in the Tailwind Height CSS classes, see https://tailwindcss.com/docs/height referrerPolicy: "same-origin" # string - optional - no default allowPolicy: "autoplay fullscreen gamepad" # optional, no default allowFullscreen: false # optional, default: true