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
<!-- NB: Run `npx markdown-toc README.md --maxdepth 4 | sed -e 's/[[:space:]]\{2\}/ /g' | pbcopy` to generate TOC and copy to clipboard :) -->
23
11
24
12
-[Installation](#installation)
25
13
-[Basic Usage](#basic-usage)
@@ -44,7 +32,7 @@ Drift adds easy "zoom on hover" functionality to your site's images, all with li
44
32
45
33
-**NPM**: `npm install drift-zoom`
46
34
-**Bower**: `bower install drift`
47
-
-**Manual**: [Download](https://github.com/imgix/drift/archive/main.zip) and use `dist/Drift.min.js` or `dist/Drift.js`
35
+
-**Manual**: [Download](https://github.com/paulstraw/drift/archive/main.zip) and use `dist/Drift.min.js` or `dist/Drift.js`
48
36
49
37
If you're using the pre-built version of Drift, it will automatically make `window.Drift` available for your use when included on your page.
50
38
@@ -296,7 +284,6 @@ driftImgs.map(img => {
296
284
We support the latest version of Google Chrome (which [automatically updates](https://support.google.com/chrome/answer/95414) whenever it detects that a new version of the browser is available). We also support the current and previous major releases of desktop Firefox, Internet Explorer, and Safari on a rolling basis. Mobile support is tested on the most recent minor version of the current and previous major release for the default browser on iOS and Android (e.g., iOS 9.2 and 8.4). Each time a new version is released, we begin supporting that version and stop supporting the third most recent version.
297
285
298
286
## Contributors ✨
299
-
<!-- ix-docs-ignore -->
300
287
301
288
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
302
289
@@ -317,13 +304,10 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
317
304
<!-- prettier-ignore-end -->
318
305
319
306
<!-- ALL-CONTRIBUTORS-LIST:END -->
320
-
<!-- /ix-docs-ignore -->
321
307
322
308
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
323
309
324
310
## Meta
325
311
326
-
Drift was made by [imgix](https://imgix.com?utm_medium=referral&utm_source=github&utm_campaign=drift). It's licensed under the BSD 2-Clause license (see the [license file](https://github.com/imgix/drift/blob/main/LICENSE.md) for more info). Any contribution is absolutely welcome, but please review the [contribution guidelines](https://github.com/imgix/drift/blob/main/CONTRIBUTING.md) before getting started.
312
+
Drift was originally made by [imgix](https://imgix.com?utm_medium=referral&utm_source=github&utm_campaign=drift). Any contribution is absolutely welcome, but please review the [contribution guidelines](https://github.com/imgix/drift/blob/main/CONTRIBUTING.md) before getting started.
0 commit comments