Skip to content

Commit

Permalink
Replace placeholder.com service with dummyimage (mdn#34568)
Browse files Browse the repository at this point in the history
The domain driving placeholder.it and placeholder.com has been sold[1],
and the service is no longer available. Replace uses in MDN docs with
calls to dummyimage.com, which has a compatible API.

[1]: https://www.reddit.com/r/web_design/comments/10lqgja/placeholdercom_is_no_more/
  • Loading branch information
ferdnyc authored Jul 3, 2024
1 parent ca8428f commit 6f36124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ img {
```html
<div class="media">
<div class="image">
<img src="https://via.placeholder.com/150x150" alt="placeholder" />
<img src="https://dummyimage.com/150x150" alt="placeholder" />
</div>
<div class="text">
This is a media object example. I am using floats for older browsers and
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/area/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ This element's attributes include the [global attributes](/en-US/docs/Web/HTML/G
</map>
<img
usemap="#primary"
src="https://via.placeholder.com/350x150"
src="https://dummyimage.com/350x150"
alt="350 x 150 pic" />
```

Expand Down

0 comments on commit 6f36124

Please sign in to comment.