Skip to content

pabo3000/collective.bgimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction
============

collective.bgimage is a simple Plone add-on. It adds a viewlet which displays 
an image. The image is resized to completely fill the browser. The package is
based on jquery.fullscreenr.js (lightweight full screen background jquery plugin
by Jan Schneiders).


Installing
==========

This package requires Plone 4.0 or later (tested on 4.1).

Installing without buildout
---------------------------

Install this package in either your system path packages or in the lib/python
directory of your Zope instance. You can do this using either easy_install or
via the setup.py script.

Installing with buildout
------------------------

If you are using `buildout` to manage your instance installing
collective.bgimage is even simpler. You can install
collective.bgimage by adding it to the eggs line for your instance::

    [instance]
    eggs = collective.bgimage

After updating the configuration you need to run the ''bin/buildout'', which
will take care of updating your system.

Go to the 'Site Setup' page in the Plone interface and click on the 'Add/Remove Products' link.

Choose the product (check its checkbox) and click the 'Install' button.


Usage
=====

Upload an image into any folder of the portal and tag it as "background". Each object 
in this folder and below is rendered with the image as fullscreen background. 

About

Adds a viewlet to plone with an automatically resized fullscreen background image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published