Skip to content

Can't display caption when open Lightbox by JS #20

@efolam

Description

@efolam

How can I set caption to each image when I open Lightbox like this:

this.$lightbox.open({
  items: ['imageUrl1', 'imageUrl2', 'imageUrl3']
})

I tried do it so:

this.$lightbox.open({
  items: [
    {
      href: 'imageUrl1',
      title: 'caption 1'
    },
    {
      href: 'imageUrl2',
      title: 'caption 2'
    },
    {
      href: 'imageUrl3',
      title: 'caption 3'
    }
  ]
})

But it doesn't work

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions