moroz1999/ckeditor-html5-video

There is no license information available for the latest version (1.0.1) of this package.

Installs: 558

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 64

Language:JavaScript

Type:package

1.0.1 2018-07-17 09:42 UTC

This package is auto-updated.

Last update: 2024-04-21 19:25:47 UTC


README

Introduction

ckeditor-html5-video is simple HTML5 video plugin for CKEditor that is transformed version of ckeditor-html5-audio.

If you want to add the plugin manually, you will need to:

  1. Extract the html5audio folder into the plugins folder of your CKEditor installation. Example:

    http://example.com/ckeditor/plugins/html5video
    
  2. Enable the plugin by using the extraPlugins configurations setting. Example:

    config.extraPlugins = 'html5video';
    
  3. Download and configure all its dependencies, too (e.g. widget, widgetselection, clipboard, lineutils). Moreover, if you use a GNU/Linux distro you need to set the right permissions for the folders and files.

Add-on Dependencies

Widget

For more information, please look through ckeditor-html5-audio's documentation on

I'd like to give special thanks to @aldatsa and other contributors of ckeditor-html5-audio team.