Searched refs:screenWidth (Results 1 – 1 of 1) sorted by relevance
367 function getSizes($screenWidth, $imageWidth): string argument372 …$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";