ashleydw / lightbox

A lightbox gallery plugin for Bootstrap
http://ashleydw.github.io/lightbox
MIT License
1.85k stars 1.3k forks source link

HTML5 video does not open in Chrome #326

Open pro2s opened 5 years ago

pro2s commented 5 years ago

HTML5 video does not open in Chrome, because Chrome ignores the async: false parameter in the ajax request in the _getRemoteContentType method. _getRemoteContentType returns undefined as contentType, so _showHtml5Media generates error 'Could not detect remote target type. Force the type using data-type'.

Browser: Chrome, Version 72.0.3626.81 (Official Build) (64-bit)