Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image carousel? when multiple files available #5

Open
barnabeus opened this issue Jan 22, 2020 · 1 comment
Open

Image carousel? when multiple files available #5

barnabeus opened this issue Jan 22, 2020 · 1 comment

Comments

@barnabeus
Copy link

Hello,
Is it possible to make it into fullscreen carousel with all image type files available in carousel, switchable with arrows on side?

@cloydlau
Copy link

cloydlau commented Aug 21, 2020

Hi there, you can use this: repository

import { PicViewer } from 'pic-viewer'
components: { PicViewer }
<PicViewer 
  v-show="false"
  :value="files"
  ref="PicViewer"
  objectKey="source"
/>

<file-pond @activatefile="file = > { $refs.PicViewer.preview([index of files])) }"/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants