This commit is contained in:
2020-01-24 17:53:26 -05:00
parent 7f3e301b7d
commit a77f69912d
1264 changed files with 339035 additions and 0 deletions
@@ -0,0 +1,16 @@
/*=========================================================================================
File Name: media-plyr.js
Description: Media Plyr Extenstion
--------------------------------------------------------------------------------------
Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
Author: PIXINVENT
Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
$(document).ready(function () {
// video player define
var player = new Plyr(".video-player");
// audio player define
var player1 = new Plyr(".audio-player");
});