Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cmsplugin-flexiblevideo

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmsplugin-flexiblevideo

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

  • 0.0.9
  • PyPI
  • Socket score

Maintainers
1

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc