mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Docs: add note about AVIF images smaller than 16x16
This commit is contained in:
parent
7c08a09529
commit
182beaa4a1
@ -303,6 +303,9 @@ Returns **Sharp**
|
|||||||
|
|
||||||
Use these AVIF options for output image.
|
Use these AVIF options for output image.
|
||||||
|
|
||||||
|
Whilst it is possible to create AVIF images smaller than 16x16 pixels,
|
||||||
|
most web browsers do not display these properly.
|
||||||
|
|
||||||
### Parameters
|
### Parameters
|
||||||
|
|
||||||
- `options` **[Object][6]?** output options
|
- `options` **[Object][6]?** output options
|
||||||
|
@ -560,6 +560,9 @@ function tiff (options) {
|
|||||||
/**
|
/**
|
||||||
* Use these AVIF options for output image.
|
* Use these AVIF options for output image.
|
||||||
*
|
*
|
||||||
|
* Whilst it is possible to create AVIF images smaller than 16x16 pixels,
|
||||||
|
* most web browsers do not display these properly.
|
||||||
|
*
|
||||||
* @since 0.27.0
|
* @since 0.27.0
|
||||||
*
|
*
|
||||||
* @param {Object} [options] - output options
|
* @param {Object} [options] - output options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user