Home
last modified time | relevance | path

Searched refs:intrinsicWidth (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/action/
H A Dmetafacebook.php186 $intrinsicWidth = $facebookImage->getIntrinsicWidth();
193 if ($intrinsicWidth < 200) {
196 $facebookMeta["og:image:width"] = $intrinsicWidth;
205 $message = "The facebook image ($facebookImage) is too small (" . $intrinsicWidth . " x " . $intrinsicHeight . "). The minimum size constraint is 200px by 200px";
/plugin/combo/ComboStrap/
H A DFetcherRaster.php253 $intrinsicWidth = $this->getIntrinsicWidth();
254 if ($targetWidth > $intrinsicWidth) {
260 LogUtility::info("For the image ($this), the calculated width of ($targetWidth) cannot be bigger than the intrinsic width of ($targetWidth). The requested width was then set to its natural width ($intrinsicWidth).", self::CANONICAL);
261 return $intrinsicWidth;
H A DRasterImageLink.php197 $intrinsicWidth = $fetchRaster->getIntrinsicWidth();
210 if ($breakpointPixels > $intrinsicWidth) {
H A DFetcherSvg.php134 private int $intrinsicWidth; variable in ComboStrap\\FetcherSvg
451 return $this->intrinsicWidth;
910 $intrinsicWidth = $this->getIntrinsicWidth();
1010 $x = -($viewBoxWidth - $intrinsicWidth) / 2;
1650 $this->intrinsicWidth = DataType::toIntegerCeil($viewBoxWidth);
1666 $this->intrinsicWidth = DataType::toInteger($width);