Skip to main content
Answered

Adding an image with a webplugin

  • April 28, 2020
  • 1 reply
  • 2905 views

Falk Kühnel
Forum|alt.badge.img+2

Hi!

How do i add an image to the board with a webplugin? I cannot find it in the widget create part.

Best regards

Falk

Best answer by Falk Kühnel

OK, found it already:

miro.board.widgets.create({
 "type": "image",
 "url": "https://some/url"
})

 

View original
Was it helpful?

1 reply

Falk Kühnel
Forum|alt.badge.img+2
  • Author
  • Active Contributor
  • 33 replies
  • Answer
  • April 28, 2020

OK, found it already:

miro.board.widgets.create({
 "type": "image",
 "url": "https://some/url"
})

 


Reply