You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,7 +24,7 @@ See [#626](https://github.com/imgix/luminous/issues/626) for details.
35
24
36
25
-**NPM**: `npm install luminous-lightbox`
37
26
-**Bower**: `bower install luminous`
38
-
-**Manual**: [Download](https://github.com/imgix/luminous/archive/main.zip) and use `dist/Luminous.min.js` or `dist/Luminous.js`
27
+
-**Manual**: [Download](https://github.com/paulstraw/luminous/archive/main.zip) and use `dist/Luminous.min.js` or `dist/Luminous.js`
39
28
40
29
If you're using the pre-built version of Luminous, it will automatically make `window.Luminous` and `window.LuminousGallery` available for your use when included on your page.
41
30
@@ -59,7 +48,7 @@ new Luminous(…);
59
48
60
49
## Usage
61
50
62
-
Once you've installed Luminous via one of the above methods, you're ready to get started. There are no dependencies, so you can just start making cool stuff. Check out the [announcement blog post](https://blog.imgix.com/2016/01/06/better-lightbox-zoom-viewer-with-imgix?utm_medium=referral&utm_source=github&utm_campaign=luminous), or take a peek at [our demo](https://codepen.io/imgix/pen/wMgOEL). Here's an example of a basic implementation:
51
+
Once you've installed Luminous via one of the above methods, you're ready to get started. There are no dependencies, so you can just start making cool stuff. Check out [our demo](https://codepen.io/imgix/pen/wMgOEL). Here's an example of a basic implementation:
63
52
64
53
```html
65
54
<ahref="https://assets.imgix.net/dog.png?w=1600">
@@ -191,7 +180,5 @@ We support the latest version of Google Chrome (which [automatically updates](ht
191
180
192
181
## Meta
193
182
194
-
Luminous was made by [imgix](https://imgix.com?utm_medium=referral&utm_source=github&utm_campaign=luminous). It's licensed under the BSD 2-Clause license (see the [license file](https://github.com/imgix/luminous/blob/main/LICENSE.md) for more info). Any contribution is absolutely welcome, but please review the [contribution guidelines](https://github.com/imgix/luminous/blob/main/CONTRIBUTING.md) before getting started.
183
+
Luminous was made by [imgix](https://imgix.com?utm_medium=referral&utm_source=github&utm_campaign=luminous). Any contribution is absolutely welcome, but please review the [contribution guidelines](https://github.com/paulstraw/luminous/blob/main/CONTRIBUTING.md) before getting started.
0 commit comments