-
Notifications
You must be signed in to change notification settings - Fork 129
Home
Murhaf Sousli edited this page Nov 7, 2021
·
38 revisions
Simplifies the process of creating beautiful image galleries for the web and mobile devices.
This library consists of 2 packages:
-
ng-gallery provides
<gallery>
component and gallery service. -
ng-gallery/lightbox provides
Lightbox
service and[lightbox]
directive that opens the gallery in a modal.- The package also provides
[gallerize]
directive that automatically adds images to the lightbox.
- The package also provides
- Easy to use
- Massively customizable
- Images, videos, and iframes
- Thumbnails
- Dots
- Navigation
- Auto-detect
- Lightbox
- Error handling support
- Multiple instances support
- Gestures support
- Universal support
The current solution won't work properly for a large set of gallery items, use up to 30 at a time.
This will be fixed by a future version
Please give NgxGallery a ⭐
If you identify any errors in this module or have an idea for an improvement, please open an issue.
Murhaf Sousli