Jesse Pinuelas

Results 3 comments of Jesse Pinuelas

@surma this PR was opened on May 31st, any chance you can review this EJS dependency bump? It solves a critical vulnerability in EJS.

1) In bigvideojs init update the autoplay var from true to false player = videojs(vidEl.substr(1), { controls:false, autoplay:false, preload:'auto', techOrder:videoTechOrder }); 2) In the playVideo function change isPlaying = true;...

@leo6104 I tried that for example: **In template** ![screen shot 2018-07-31 at 12 41 52 am](https://user-images.githubusercontent.com/425963/43445196-a5b13ee6-945a-11e8-8a81-95e5940424a3.png) **In TS** @Input() config: any; slideConfig = { 'slidesToShow': 1, 'slidesToScroll': 1, 'infinite': false,...