vue-simple-lightbox icon indicating copy to clipboard operation
vue-simple-lightbox copied to clipboard

Click on thumbnail opens image in new page

Open fabdrol opened this issue 5 years ago • 0 comments

I must be doing something wrong. My code:

<lightbox
    :id="'gallery_' + object.id"
    :images="images"
    :image_class="'gallery-image'"
    :album_class="'image-gallery'">
</lightbox>
const images = [
  { src: 'my image url', title: 'my image title' },
  // etc
]

fabdrol avatar Oct 16 '18 10:10 fabdrol