Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/richard1320/galpop

Galpop is an content pop-up that can display images, HTML and iframes. It can be controlled with the left and right arrow keys and automatically resizes with your browser.
https://github.com/richard1320/galpop

gallery-plugin jquery jquery-plugin popup

Last synced: about 2 months ago
JSON representation

Galpop is an content pop-up that can display images, HTML and iframes. It can be controlled with the left and right arrow keys and automatically resizes with your browser.

Awesome Lists containing this project

README

        

# Galpop Image Gallery

Description: Galpop is an content pop-up that can display images, HTML and iframes. It can be controlled with the left and right arrow keys and automatically resizes with your browser.

Author: Richard Hung

More documentation and examples: http://richard1320.github.io/Galpop/

## Key Features

- Resizes with your browser
- Can use arrow keys for controls
- Callbacks after every image is loaded
- Backgrounds and borders can be easily changed with CSS

## How to Use

Galpop has a CSS and JS file in addition to the jQuery library.

```

```

Create anchors that link to the pop-up image. You should add a "data-galpop-group" attribute to the anchor which will group all your images so you can use next and previous buttons.

```

first image thumbnail


second image thumbnail


third image thumbnail

```

Initiate the plugin after the HTML markup.

```
$('.galpop').galpop();
```