Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miya0001/_gallery
- Owner: miya0001
- Created: 2017-01-29T13:04:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T17:53:26.000Z (about 2 years ago)
- Last Synced: 2024-04-14T12:10:04.261Z (8 months ago)
- Language: PHP
- Size: 375 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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;
}
}
```