Bixby Developer Center

References

lightbox-enabled

optionalvalue required

Boolean that determines if an image goes to lightbox mode when a user taps it. If set to true (default), lightbox mode is enabled and the image has a semi-transparent background. If set to false, lightbox mode is disabled and the image has a transparent background.

  • Lightbox mode enabled (true):

    Lightbox mode enabled

  • Lightbox mode disabled (false):

    Lightbox mode disabled

Examples

          image {
url ("[#{value(movie.posterUrl)}]")
aspect-ratio (3:4)
object-fit (Contain)
lightbox-enabled (true)
}

View 5b3e8c8 on GitHub

You can run the sample capsule in the Simulator to see how this component displays on different devices, if supported.