Knowledge Drop

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

  • 15 June 2021
  • 1 reply
  • 478 views

Userlevel 5

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.                

 

 


1 reply

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

Reply