Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r7-labs/r7.minigallery
Simple image gallery module for DNN Platform with blueimp Gallery lightbox and automatic thumbnails support
https://github.com/r7-labs/r7.minigallery
aspnet aspnet-mvc blueimp-gallery dnn dotnetnuke image-gallery lightbox module react
Last synced: 11 days ago
JSON representation
Simple image gallery module for DNN Platform with blueimp Gallery lightbox and automatic thumbnails support
- Host: GitHub
- URL: https://github.com/r7-labs/r7.minigallery
- Owner: r7-labs
- License: gpl-3.0
- Created: 2014-07-18T07:10:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T04:25:44.000Z (about 2 years ago)
- Last Synced: 2024-04-28T16:05:02.260Z (9 months ago)
- Topics: aspnet, aspnet-mvc, blueimp-gallery, dnn, dotnetnuke, image-gallery, lightbox, module, react
- Language: C#
- Homepage:
- Size: 6.78 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# R7.MiniGallery
[![BCH compliance](https://bettercodehub.com/edge/badge/roman-yagodin/R7.MiniGallery)](https://bettercodehub.com/)
Simple image gallery module for DNN Platform with blueimp Gallery lightbox and automatic thumbnails support.
# Install
1. Install *React*, *ReactDOM* and *BlueimpGallery* packages from the [R7.Dnn.JavaScriptLibraries](https://github.com/roman-yagodin/R7.Dnn.JavaScriptLibraries/releases) repository.
2. Install [R7.ImageHandler](https://github.com/roman-yagodin/R7.ImageHandler) package for automatic image thumbnails -
note that standard DNN imagehandler in not supported by now [#23](https://github.com/roman-yagodin/R7.MiniGallery/issues/23).
3. Install [R7.Dnn.Extensions](https://github.com/roman-yagodin/R7.Dnn.Extensions/releases) base extensions library package.
4. Install [R7.MiniGallery](https://github.com/roman-yagodin/R7.MiniGallery/releases) main module package.# License
[![GPLv3](http://www.gnu.org/graphics/gplv3-127x51.png)](http://www.gnu.org/licenses/gpl.txt)
The *R7.MiniGallery* is free software: you can redistribute it and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.