Skip to content

Commit

Permalink
update background & text color placeholder (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Louise Devolder <louise.devolder@onlyhumans.com>
  • Loading branch information
jyrkidn and DevolderLouise authored Apr 16, 2024
1 parent 38276de commit bac75fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function get_placeholder_url_by_format($format)
$height = $format?->height();
$name = $format?->name();

return "https://via.placeholder.com/{$width}x{$height}/21348c/ffffff.webp?text={$name} {$width} x {$height}";
return "https://via.placeholder.com/{$width}x{$height}/edeced/edeced.webp";
}
}

Expand Down

0 comments on commit bac75fb

Please sign in to comment.