Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DLazyLoad.php195 * @param null $imgTagWidth
205 public static function getPlaceholder($imgTagWidth = null, $imgTagHeight = null): string argument
207 if ($imgTagWidth != null) {
208 … $svg = "<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 $imgTagWidth $imgTagHeight'></svg>";