From c9283fc3be2626efd4b4fe0c7e675a554bc3fec1 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 13 Feb 2022 19:01:40 +0000 Subject: [PATCH] :memo: Adds example of embedding an image (#487) --- docs/widgets.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/widgets.md b/docs/widgets.md index dc789c25..475c494a 100644 --- a/docs/widgets.md +++ b/docs/widgets.md @@ -1576,6 +1576,14 @@ Or scriptSrc: 'https://files.coinmarketcap.com/static/widget/currency.js' ``` +You can also use this widget to display an image, wither locally or from a remote origin. + +```yaml +- type: embed + options: + html: '' +``` + --- ### API Response