hclauer-salyers
12 years agoContributor
Processing li-video tag
I'm currently working on a video blog, and we are trying to pull out the most recent blog for a spotlight story.
We won't always be posting videos from youtube, so using the iFrame syntax isn't very helpful. I would like to be able to use something like this in our custom component, but I can't get it to render.
Ex:
<#assign video = rest("messages/id/" + msg.id + "/uploads/videos").videos.video[0]/> <li-video vid="${video.id}" align="left" size="custom" width="320" height="265" uploading="false" thumbnail="${video.thumbnail.url}" external="${video.provider}"></li-video>`