fix: Video stops on closing modal

This commit is contained in:
scmmishra
2019-03-28 13:11:00 +05:30
parent 526af9d268
commit 15f6faad9b
2 changed files with 30 additions and 35 deletions

View File

@@ -9,7 +9,7 @@
<div v-html="program.description"></div>
</div>
<div class='text-right p-3'>
<button class='btn btn-secondary btn-sm' data-toggle="modal" data-target="#videoModal">Watch Intro</button>
<button class='btn btn-secondary btn-sm text-white' data-toggle="modal" data-target="#videoModal">Watch Intro</button>
<a-button v-if="enrolled" type="dark" size="sm" :route="programPageRoute">
{{ buttonName }}
</a-button>