FP Photo Gallery
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
This module is to provide a photo gallery to showcase website photos. It uses
a JavaScript implementation of:
http://tympanus.net/codrops/2010/09/08/full-page-image-gallery/
This sample gallery has been modified to 'fit' into the Drupal framework using
views, and new features have been added to it, such as a slideshow, a pager,
and arrow key functionality. The gallery involves a row of thumbnails to
select photos with, and the photos will show full screen in the browser.
Requirements:
------------
This gallery requires a bit of jQuery libraries that are not included in Drupal
core. Once you download and install all module dependencies, you should have
everything that you need. You will also need to download jQuery UI - v1.10.4 (http://jqueryui.com/download/)
or a later version, and place it in the module's /js/ directory. This module
will not work without that library. Be sure the
file is named:
fp_photo_gallery/js/jquery-ui.js
You will also need the following modules:
http://drupal.org/project/views
http://drupal.org/project/jquery_update
http://drupal.org/project/jqeasing -- Be sure to follow its instructions
correctly when installing and verify it is installed correctly.
http://drupal.org/project/hoverintent
