Skip to main content

Plugin for Django CMS that displays a video with flexible width.

Project description

# 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cmsplugin-flexiblevideo-0.0.8.tar.gz (4.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page