Gallery Module
Responsive image gallery.
Usage
Syntax for the content tag:
<rs-module> { "Gallery": { "directory": "images/gallery", "options": { "quality": 80, "height": 200, "order": "asc" } } } </rs-module>
Create fresh thumbs:
<rs-module> { "Gallery": { "directory": "images/gallery", "options": { "command": "create" } } } </rs-module>
Remove outdated thumbs:
<rs-module> { "Gallery": { "directory": "images/gallery", "options": { "command": "remove" } } } </rs-module>Edit on GitHub