Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DRasterImageLink.php367 function getSizes($screenWidth, $imageWidth): string argument
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";