Skip to content

mosaicgallery / Justification

Variable: Justification

const Justification: object

Defined in: gallery/config.ts:144

How a row of images is justified, when filling the whole width is not possible.

Type Declaration

Center

Center: string = "center"

The row is centered.

Hide

Hide: string = "hide"

Hide the row.

Left

Left: string = "left"

The row is aligned to the left edge.

None

None: string = "none"

Don't justify the row, fill the whole width and crop the images.

Right: string = "right"

The row is aligned to the right edge.