Searched refs:imgTagWidth (Results 1 – 1 of 1) sorted by relevance
195 * @param null $imgTagWidth205 public static function getPlaceholder($imgTagWidth = null, $imgTagHeight = null): string argument207 if ($imgTagWidth != null) {208 … $svg = "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 $imgTagWidth $imgTagHeight'></svg>";