Home
last modified time | relevance | path

Searched refs:imageWidth (Results 1 – 2 of 2) sorted by relevance

/template/strap/ComboStrap/
H A DFetcherRaster.php34 private int $imageWidth; variable in ComboStrap\\FetcherRaster
86 return $this->imageWidth;
152 $this->imageWidth = self::FAKE_LENGTH_FOR_BROKEN_IMAGES;
166 $this->imageWidth = (int)$imageSize[0];
167 if (empty($this->imageWidth)) {
H A DRasterImageLink.php367 function getSizes($screenWidth, $imageWidth): string argument
372 …$screenWidth}px) and (min-resolution:" . (3 * $dpiBase) . "dpi) " . intval($imageWidth / 3) . "px";
373 …$screenWidth}px) and (min-resolution:" . (2 * $dpiBase) . "dpi) " . intval($imageWidth / 2) . "px";
374 …= ", (max-width: {$screenWidth}px) and (min-resolution:" . (1 * $dpiBase) . "dpi) {$imageWidth}px";
376 $sizes = "(max-width: {$screenWidth}px) {$imageWidth}px";