mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 10:03:56 +00:00
api_docs: Clean up intro text on image placeholders.
This commit is contained in:
@@ -136,11 +136,13 @@ generate an image preview element with the following format:
|
|||||||
</div>
|
</div>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Changes**: See [Changes to image formatting](#changes-to-image-formatting).
|
||||||
|
|
||||||
### Image-loading placeholders
|
### Image-loading placeholders
|
||||||
|
|
||||||
If the server has not yet generated thumbnails for the image yet at
|
If the server has yet to generate thumbnails for the image by
|
||||||
the time the message is sent, the `img` element will be a temporary
|
the time the message is sent, the `img` element will temporarily
|
||||||
loading indicator image and have the `image-loading-placeholder`
|
reference a loading indicator image and have the `image-loading-placeholder`
|
||||||
class, which clients can use to identify loading indicators and
|
class, which clients can use to identify loading indicators and
|
||||||
replace them with a more native loading indicator element if
|
replace them with a more native loading indicator element if
|
||||||
desired. For example:
|
desired. For example:
|
||||||
|
|||||||
Reference in New Issue
Block a user