https://github.com/cloudinary-devs/gitbook-plugin-cloudinary-video
https://github.com/cloudinary-devs/gitbook-plugin-cloudinary-video
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudinary-devs/gitbook-plugin-cloudinary-video
- Owner: cloudinary-devs
- License: mit
- Created: 2018-11-15T14:18:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T15:01:29.000Z (over 7 years ago)
- Last Synced: 2025-10-09T19:04:56.075Z (7 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gitbook-plugin-cloudinary-video
==============
This plugin helps you to include `Cloudinary-Video` tag in your html5 pages.
This plugins requires gitbook `>=2.0.0`.
### Setup
Add it to your `book.json`, then run `gitbook install`:
```
{
plugins: ["cloudinary-video"]
}
```
### Write in gitbook-markdown.md
```
1. {% video %} cloudinary-public-id {% endvideo %}
2. {% video width="740", height="350" %} cloudinary-public-id {% endvideo %}
3. {% video width="740", height="350", loop="loop", controls="controls" %}cloudinary-public-id{% endvideo %}
...
```
### gitbook build result.
```
```