Skip to content
  • Damyon Wiese's avatar
    MDL-58472 videojs: Force manual initialise · 4a0a23e9
    Damyon Wiese authored
    If we let videojs auto-init the video/audio tags present in the page - we cannot guarantee that the
    youtube library will be loaded by the time video.js is processing the tag.
    
    Video.js uses the presence of a data-setup attibute to signal that it should auto-init this tag, so
    we have to rename our config attribute to something else.
    4a0a23e9