We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c783d6c commit e4bc738Copy full SHA for e4bc738
README.md
@@ -22,8 +22,8 @@ will open the image in a new tab instead of zooming it.
22
2. Add the `zoom-vanilla.min.js` and `zoom.css` files to your HTML page:
23
24
```html
25
- <link href="css/zoom.css" rel="stylesheet">
26
- <script src="dist/zoom-vanilla.min.js"></script>
+ <link href="css/zoom.css" rel="stylesheet"> <!-- inside <head> -->
+ <script src="dist/zoom-vanilla.min.js"></script> <!-- before </body> -->
27
```
28
29
3. Add a `data-action="zoom"` attribute to the images you want to make
0 commit comments