Skip to content

Codemill/cmsplugin-flexiblevideo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flexible Video

Flexible Video is a plugin for Django CMS that let's you include a vimeo or youtube video that adapts it's width to the available space. It also features a cover image that starts the video when clicked.

Requirements

django-cms >= 2.1

Installation

Flexible Video can be installed with pip:

pip install cmsplugin-flexiblevideo

Usage

  • Add cmsplugin_flexiblevideo to INSTALLED_APPS in your settings.py file:

      INSTALLED_APPS = (
      	...
      	'cmsplugin\_flexiblevideo',
      	...
      )
    
  • Run ./manage.py syncdb to add tables

  • Use the plugin like any other CMS plugin

About

Plugin for Django CMS that displays a video with flexible width and a cover image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages