Open esomkin opened 6 years ago
It doesn't work for me either.
I looked at the source code a bit and found that there seems to be a typo in html/elements/Video.js
:
thumbnail_url
thumbnailUrl
thumbnailurl
Also, even if I fix this the image is not shown. I guess this is an error of the image component.
I think you just fork this project and fix it by yourself. It seems they didn't maintenance this project anymore.
Hi! I want to show video in HTML component, but when I pass a string
to the component
it show an error
No suitable image URL loader found for (null)
.How to correctly pass video into HTML Component?