Searched refs:imageWidth (Results 1 – 2 of 2) sorted by relevance
34 private int $imageWidth; variable in ComboStrap\\FetcherRaster86 return $this->imageWidth;152 $this->imageWidth = self::FAKE_LENGTH_FOR_BROKEN_IMAGES;166 $this->imageWidth = (int)$imageSize[0];167 if (empty($this->imageWidth)) {
367 function getSizes($screenWidth, $imageWidth): string argument372 …$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";