File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
<!-- ix-docs-ignore -->
2
+
3
+ # This repository is no longer actively maintained.
4
+ See [ #626 ] ( https://github.com/imgix/luminous/issues/626 ) for details.
5
+
6
+ ---
7
+
2
8
![ imgix logo] ( https://assets.imgix.net/sdk-imgix-logo.svg )
3
9
4
10
` Luminous ` is a simple, lightweight, no-dependencies JavaScript image lightbox.
@@ -154,7 +160,7 @@ LuminousGallery supports two sets of options arguments. The first set is specifi
154
160
var galleryOpts = {
155
161
// Whether pressing the arrow keys should move to the next/previous slide.
156
162
arrowNavigation: true ,
157
- // A callback triggered when the image changes that is passed the image HTML element
163
+ // A callback triggered when the image changes that is passed the image HTML element
158
164
onChange : ({ imgEl }) => { … },
159
165
};
160
166
You can’t perform that action at this time.
0 commit comments