Implement video support in lightbox

This commit is contained in:
Daniel Gasienica
2018-04-25 18:15:57 -04:00
parent ac04f0648a
commit 45d6c7a5a8
5 changed files with 61 additions and 24 deletions

View File

@@ -109,7 +109,8 @@
}
const props = {
imageURL: this.objectUrl,
objectURL: this.objectUrl,
contentType: this.model.contentType,
onSave: () => this.saveFile(),
// implicit: `close`
};