Skip to content
Merged
Changes from all commits
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: 1 addition & 1 deletion _posts/sending-images-with-relay.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RelaySMS now lets you share visuals that speak louder than words, even when you

#### How it works technically

So SMS, as we know it wasn’t built for this. A single text only carries 160 bytes, and that’s nothing compared to even a tiny image. So our team rebuilt how SMS handles big data.
So SMS, as we know it wasn’t built for this. A single text only carries 160 characters, and that’s nothing compared to even a tiny image. So our team rebuilt how SMS handles big data.
Now, when you send a photo:

RelaySMS compresses and resizes it, keeping it clear enough to see but light enough to move.
Expand Down
Loading