Lines Matching refs:sizes
179 $sizes = "";
216 $sizes .= ", ";
239 $sizes .= $this->getSizes($breakpointPixels, $breakpointWidthMinusMargin);
250 $sizes .= ", ";
253 $sizes .= "{$targetWidth}px";
306 $attributes->addOutputAttributeValue("data-sizes", $sizes);
327 $attributes->addOutputAttributeValue("sizes", $sizes);
372 …$sizes = "(max-width: {$screenWidth}px) and (min-resolution:" . (3 * $dpiBase) . "dpi) " . intval(…
373 …$sizes .= ", (max-width: {$screenWidth}px) and (min-resolution:" . (2 * $dpiBase) . "dpi) " . intv…
374 …$sizes .= ", (max-width: {$screenWidth}px) and (min-resolution:" . (1 * $dpiBase) . "dpi) {$imageW…
376 $sizes = "(max-width: {$screenWidth}px) {$imageWidth}px";
378 return $sizes;