Skip to content

Commit e9f09b3

Browse files
committed
options
1 parent 996f710 commit e9f09b3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,17 @@ Then run your watcher:
9494
npm run watch
9595
```
9696

97+
## Advanced usage
98+
99+
### PhotoSwipe options
100+
101+
Use `options` for [Photoswipe options](http://photoswipe.com/documentation/options.html).
102+
103+
```html
104+
<!-- Disable "share" buttons. -->
105+
<vue-picture-swipe :options="{shareEl: false}"></vue-picture-swipe>
106+
```
107+
97108
## Why?
98109

99110
I did not found any vue componant that uses thumbnail (smaller version of images) and is mobile-friendly (swipe)

0 commit comments

Comments
 (0)