1.0.14 • Published 5 years ago

video-jumbo v1.0.14

Weekly downloads
14
License
MIT
Repository
github
Last release
5 years ago

video-jumbo

A vue.js Video Jumbo plugin for Slider or Jumbo Page

Usage

# bash
$ npm install video-jumbo

# main.js
import VideoJumbo from 'video-jumbo';
Vue.use(VideoJumbo);

# component template
<video-jumbo :data="videoData"></video-jumbo>
# component js(data)
data() {
  return {
    videoData: {
      backgroundVideoUrl: require('@/assets/myvideo.mp4'), // background video, required, using files in project demo
      popupVideoUrl: 'http://cdn.ipietech.com/videos/myvideo.mp4', // popup video, required, using cdn demo
    }
  }
}

FYI

Please check github for more information.

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago