BackgroundImageSize🔗
Definition🔗
type BackgroundImageSize string
const (
BackgroundImageSizeOriginal BackgroundImageSize = "original"
BackgroundImageSizeContain BackgroundImageSize = "contain"
BackgroundImageSizeCover BackgroundImageSize = "cover"
BackgroundImageSizeFill BackgroundImageSize = "fill"
BackgroundImageSizeTile BackgroundImageSize = "tile"
)