View the original community article here
Last tested:Jun 3, 2020
dimension: video {
type: string
sql: 'https://www.w3schools.com/html/mov_bbb.mp4' ;;
html: <video width="290" height="130" controls preload="none"> <controls> <source src="{{ value }}" type="video/mp4"> </video> ;;
}
This content is subject to limited support.