Skip to content

Commit

Permalink
Add trispinner to homepage player
Browse files Browse the repository at this point in the history
  • Loading branch information
DispatchCommit committed Aug 1, 2020
1 parent f1d3219 commit 7d855b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/Homepage/BannerVideo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<script>
import videojs from 'video.js';
import 'videojs-contrib-quality-levels';
import '@/assets/js/VideoPlayer/TriSpinner';
// import 'videojs-contrib-dash';
import { mapState, mapMutations } from 'vuex';
Expand Down Expand Up @@ -104,9 +105,13 @@
try {
this.player = videojs( 'solo-player', {
// liveui: true,
// playbackRates: [0.5, 1, 1.25, 1.5, 1.75, 2],
inactivityTimeout: 1000,
suppressNotSupportedError: true,
plugins: {
bitwaveTriSpinner: {
size: 58,
},
},
userActions: {
hotkeys: true,
},
Expand Down

0 comments on commit 7d855b5

Please sign in to comment.