0.1.9 • Published 7 years ago

gitbook-plugin-videoclips v0.1.9

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

YouTube and Vimeo videos for your Gitbook

This plugins requires gitbook >=2.0.0.

How to use it?

Add it to your book.json, then run gitbook install:

{
    plugins: ["videoclips"]
}

To add video from vimeo or youtube use the following basic syntax:

take a look at this video:

1. {% vimeo %}Oru-qw-Faac{% endvimeo %}
2. {% youtube %}128858567{% endyoutube %}

Beyond that you can also add parameters which include:

  • useStyle - by default styles are used to make the embedded videos look good but if you'd prefer to remove all styling (considering there are class properties already decorated throughout) you can set the useStyle property to false like so:

    {% vimeo useStyle=false %}xxxxxxxx{% endvimeo }
  • border

  • height
  • width
0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago