diff --git a/example/index.html b/example/index.html index 6e1ed73..f87ee10 100644 --- a/example/index.html +++ b/example/index.html @@ -13,6 +13,6 @@ src="https://dummyimage.com/800x800/111/fff&text=Hover-me" data-preview="https://dummyimage.com/800x800/111/fff&text=1|https://dummyimage.com/800x800/111/fff&text=2|https://dummyimage.com/800x800/111/fff&text=3" /> - + diff --git a/readme.md b/readme.md index 3d81daf..5d5d863 100644 --- a/readme.md +++ b/readme.md @@ -25,3 +25,6 @@ A vanilla js library to show preview images on hover. ```sh $ yarn build ``` + +## Demo +check the running example [here](https://hover-preview.surge.sh/)