We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello, i tried vue-image-lightbox to my nuxt js project
but the thumbnail not showing
this is my media
media
[ { thumb: 'https://s3-us-west-1.amazonaws.com/powr/defaults/image-slider2.jpg', src: 'https://s3-us-west-1.amazonaws.com/powr/defaults/image-slider2.jpg', caption: 'Photo by Claudio Schwarz on Unsplash', srcset: 'https://s3-us-west-1.amazonaws.com/powr/defaults/image-slider2.jpg' }, ]
and this the component
component
<light-box :media="media"></light-box>
did i miss something?
thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
hello,
i tried vue-image-lightbox to my nuxt js project
but the thumbnail not showing
this is my
media
[ { thumb: 'https://s3-us-west-1.amazonaws.com/powr/defaults/image-slider2.jpg', src: 'https://s3-us-west-1.amazonaws.com/powr/defaults/image-slider2.jpg', caption: 'Photo by Claudio Schwarz on Unsplash', srcset: 'https://s3-us-west-1.amazonaws.com/powr/defaults/image-slider2.jpg' }, ]
and this the
component
<light-box :media="media"></light-box>
did i miss something?
thanks
The text was updated successfully, but these errors were encountered: