Skip to content
On this page

Configs

Listing all the available props

All Props

Check out demo examples for settings usage.

Prop nameDescriptionTypeValuesDefault
imagespass images arrayarray-[]
shuffleenable the shuffling of imagesboolean-false
shuffleBychoose one type to shuffle the images based uponstring'ASC', 'DESC', 'RANDOM', 'DEFAULT'DEFAULT
returnSrcif you want to return src other than index on image clickBooleanfalse
csspass the css classes to add in DIV tagstring-h-250 h-md-400 h-lg-600
cellspass the css classes to add in DIV tagnumber-5

Passing Setting Props

html
<template>
  <VueLightboxAdvanced :items="images" />
</template>