Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

GalleryView 2.0


All 1.x users will need to update their HTML markup if upgrading to 2.0. Visit project homepage to view details about changes.

Changelog

  1. Revised required HTML markup for GalleryView
  2. Filmstrip frames are generated automatically (no need for two sets of images)
  3. Moved majority of aesthetic styling to external CSS
  4. Default aesthetics for gallery updated
  5. Set GalleryView to wait until images finish loading before building itself
  6. Added 'current' class to current filmstrip frame for user customization
  7. Allowed for more user-defined styling in panels and filmstrip frames
  8. Filmstrip can now be placed on left and right side of gallery, in addition to top and bottom
  9. Panel images can now be scaled to fit within panel or zoomed & cropped to fill panel
  10. Filmstrip images can now be scaled to fit within frame or zoomed & cropped to fill frame
  11. Panel overlay backgrounds are now only added to those panels with overlays
  12. 'pause_on_hover' option now pauses when mouse hovers over filmstrip as well as panel
  13. Added option to start gallery on any frame
  14. Current frame pointer is now built with CSS and its size can be customized easily
  15. Increased size of hitbox on panel-navigation buttons
  16. Updated options:
    • filmstrip_position
      • new allowable values : 'top', 'right', 'bottom', 'left'
  17. Removed options:
    • overlay_height
    • overlay_font_size
    • overlay_color
    • background_color
    • overlay_text_color
    • caption_text_color
    • border
  18. New options:
    • show_panels (boolean)
    • show_filmstrip (boolean)
    • start_frame (integer)
    • pointer_size (integer)
    • panel_scale
      • allowable values : 'crop', 'nocrop'
    • frame_scale
      • allowable values : 'crop', 'nocrop'
    • frame_gap (integer)