1.0.11 • Published 2 years ago

@dtcmedia/dtcmedia-video v1.0.11

Weekly downloads
104
License
ISC
Repository
bitbucket
Last release
2 years ago

dtcmedia-video

A custom Vue.js web component for YouTube video's.

Features

  1. Pause and play button
  2. Play video inline or in a modal
  3. Disabling/enabling autoplay on page load
  4. Disabling/enabling controls by default
  5. Disabling/enabling mute on page load
  6. Disabling/enabling loop on video end
  7. Disabling/enabling video based on view
  8. Disabling/enabling cookies with URL

Getting started

Use the following code example to get you started:

<script src="https://unpkg.com/@dtcmedia/dtcmedia-video@^1/dist/dtcmedia-video.js"></script>

<dtcmedia-video
  autoplay="1"
  controls="1"
  cookies="1"
  height="100%"
  id="m_KBvP0_8Tc"
  loop="1"
  modal="0"
  mute="0"
  thumb="https://source.unsplash.com/collection/3697895"
  width="100%">
</dtcmedia-video>

Settings

Use the following options to customize the behavior for a video:

OptionTypeDefaultDescription
DebugNumber0Autoplay is disabled by default. Use value 1 to enable this feature.
ControlsNumber0Interface is disabled by default. Use value 1 to enable this feature.
HeightString100%Height is set to 100% by default. Customize with any number and valid unit.
IDStringnullLast part of a YouTube url https://www.youtube.com/m_KBvP0_8Tc.
LoopNumber0Loop is disabled by default. Use value 1 to enable this feature.
ModalNumber0Modal is disabled by default. Use value 1 to enable this feature.
MuteNumber0Mute is disabled by default. Use value 1 to enable this feature.
ThumbNumber0Thumb set to YouTube's max resolution image by default. Customizable with an absolute URl.
WidthString100%Width is set to 100% by default. Customize with any number and valid unit.
CookiesNumber0Changes YouTube URL to youtube-nocookie.com
1.0.11

2 years ago

1.0.10

4 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

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

1.0.0

5 years ago