Skip to content

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

License

Notifications You must be signed in to change notification settings

SedueRey/ckeditor-html5-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

ckeditor-html5-video

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 html5video 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.

  4. Optionally configure default selections in your ckeditor config. For instance you can configure controls to be off by default (previous default) with

config.html5video = {
	controls: false
};

Add-on Dependencies

Widget

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

About

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

Resources

License

Stars

Watchers

Forks