mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Update section on image url
Describe behavior of the newly added width/height attributes
This commit is contained in:
parent
8b6dd79c8e
commit
38f666c904
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ The `Url` field formatter can take on the following types:
|
|||
* The *Image* type can be used to specify an image directory where a specified image is located.
|
||||
* The *Audio* type can be used to specify an audio directory where a specified audio file is located.
|
||||
|
||||
For an *Image* type you can specify width and height attributes. These will be used to set the max width / max height of the image, while keeping the aspect ratio. Image will not be upscaled if it's smaller than the provided size parameters.
|
||||
|
||||
You can customize either type of URL field formats with templates. A _URL template_ enables you to add specific values
|
||||
to a partial URL. Use the string `{{value}}` to add the contents of the field to a fixed URL.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue