PromucFlow_constructor/contributions/docs/UploadingAssets.md
2020-10-01 15:24:34 +05:30

19 lines
769 B
Markdown

# Uploading and using assets
Upload images & gifs to the `appsmith-docs/.gitbook/assets/` folder.
Asset files cannot be larger than 25mb.
Refer to the assets using a relative path from the root folder Ex. `.gitbook/assets/asset.jpg`
## Embedding Images & Gifs
Images are gifs can be embedded into a page using the following syntax
```
![Click to expand](/.gitbook/assets/asset-name.png)
```
## Embedding Videos
Videos must be uploaded to the appsmith youtube channel. Contact nikhil@appsmith.com to have your video uploaded.
Videos must be of very high quality and abide by our [Code of Conduct](/CODE_OF_CONDUCT.md)
Videos can be embedded inside pages using the following syntax
```
{% embed url="https://www.youtube.com/watch?v=mzqK0QIZRLs&feature=youtu.be" %}
```