Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miya0001/_gallery

Masonry layout gallery plugin for WordPress
https://github.com/miya0001/_gallery

Last synced: 2 days ago
JSON representation

Masonry layout gallery plugin for WordPress

Awesome Lists containing this project

README

        

# _Gallery

[![Build Status](https://travis-ci.org/miya0001/_gallery.svg?branch=master)](https://travis-ci.org/miya0001/_gallery)

This plugin will replace WordPress `[gallery]` shortcode to masonry layout.

![](https://www.evernote.com/l/ABUOZuavR05PbaoE2ICRvDS6LYbONZ8FVPgB/image.png)

## Sample Output

```


```

## Customizing

If you want to change number of columns for mobile or tablet. Please put styles like following in your theme.

```
@media screen and ( max-width: 768px )
{
.underscore-gallery
{
column-count: 3 !important;
-moz-column-count: 3 !important;
}
}
```