cmsplugin-hoverimage

Plugin for Django CMS that displays a image that changes on hover.


License
Other
Install
pip install cmsplugin-hoverimage==0.0.1

Documentation

Flexible Video

Hover Image is a plugin for Django CMS that let's you include a picture that changes to another picture on hover.

Requirements

django-cms >= 2.1

Installation

Hover Image can be installed with pip:

pip install cmsplugin-hoverimage

Usage

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

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

  • Use the plugin like any other CMS plugin