Skip to content

Codemill/cmsplugin-hoverimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A plugin for Django CMS that displays an image that changes on hover.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages