Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about image resizing for preview dimension requirements #36694

Open
wants to merge 2 commits into
base: next
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/_integrations/slack.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ data:
url: "http://site.com/image.jpg"
```

Note that if the image does not meet the [minimum dimension requirements for previews](https://api.slack.com/methods/files.remote.add#markdown:~:text=dimension%20requirements%20for%20previews%20are%20a%20minimum%20of%20800w%20x%20400h.), it will be resized automatically.
jsuar marked this conversation as resolved.
Show resolved Hide resolved

To send a file from remote path that is protected by HTTP Basic Auth:

```yaml
Expand Down
Loading