LightboxOptions interface

Lightbox 配置

属性

height

所需灯箱的高度(以像素为单位)

resizable

如果为 True,则允许灯箱大小调整,false 禁止重设灯箱大小,默认值为 false。

width

所需灯箱的宽度(以像素为单位)

属性详细信息

height

所需灯箱的高度(以像素为单位)

height: number

属性值

number

resizable

如果为 True,则允许灯箱大小调整,false 禁止重设灯箱大小,默认值为 false。

resizable: boolean

属性值

boolean

width

所需灯箱的宽度(以像素为单位)

width: number

属性值

number