Example of using html video tag to embed a video in a Looker table

Knowledge Drop

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.                

Comments
anlee914
New Member

Is there a way to actually play the videos through a dashboard?

Version history
Last update:
‎06-14-2021 05:58 PM
Updated by: