Lines Matching refs:srcSet
178 $srcSet = "";
214 if (!empty($srcSet)) {
215 $srcSet .= ", ";
238 $srcSet .= "$breakpointUrl {$breakpointWidthMinusMargin}w";
248 if (!empty($srcSet)) {
249 $srcSet .= ", ";
252 $srcSet .= "$srcUrl {$targetWidth}w";
270 if (!empty($srcSet)) {
272 $attributes->addOutputAttributeValue("srcset", $srcSet);
289 if (!empty($srcSet)) {
307 $attributes->addOutputAttributeValue("data-srcset", $srcSet);
325 if (!empty($srcSet)) {
326 $attributes->addOutputAttributeValue("srcset", $srcSet);