ImageQualifierTrait
trait ImageQualifierTrait
Trait ImageQualifierTrait
Methods
Default images can be used in the case that a requested image does not exist.
Controls the time delay between the frames of an animated image, in milliseconds.
Controls the density to use when delivering an image or when converting a vector file such as a PDF or EPS document to a web image delivery format.
Prevents style class names collisions for sprite generation.
Details
static DefaultImage
defaultImage(string $defaultImage)
Default images can be used in the case that a requested image does not exist.
static Delay
delay(int $delay)
Controls the time delay between the frames of an animated image, in milliseconds.
static Density
density(int|string $density)
Controls the density to use when delivering an image or when converting a vector file such as a PDF or EPS document to a web image delivery format.
static Prefix
prefix(string $prefix)
Prevents style class names collisions for sprite generation.