How install and use

# Installation Instructions

1. Unzip this file in your site's packages/ directory.
2. Login to your site as an administrator.
3. Find the "Add Functionality" page in your dashboard.
4. Find this package in the list of packages awaiting installation.
5. Click the "install" button.

# How use this addon

Is very simple

1 - First create a fileset with your images in your dashboard
2 - Insert the addon on page, select your fileset and save.

# Options:
- Display Set name
- Display title of images on zoom

# Custom setting

For custom setting you can edit view.php and change this line:

    $('.venobox').venobox();

to this

    $('.venobox').venobox({
        framewidth: '600px',        // default: ''
        frameheight: '400px',       // default: ''
        border: '10px',             // default: '0'
        bgcolor: '#5dff5e',         // default: '#fff'
        titleattr: 'data-title',    // default: 'title'
        numeratio: true,            // default: false
        infinigall: true            // default: false
    });


Good Work.