jeremyckahn / chitchatter

Secure peer-to-peer chat that is serverless, decentralized, and ephemeral
https://chitchatter.im/
GNU General Public License v2.0
1.4k stars 163 forks source link

Image resize/thumbnails #280

Open brentonv opened 2 months ago

brentonv commented 2 months ago

I couldn't find this mentioned previously, so would it be possible to show an image thumbnail in chat and show full screen when tapped? Large images in the chat block require much scrolling and it's difficult to view

jeremyckahn commented 2 months ago

I think that’s a great idea! It might be a little tricky to achieve this with how image data is loaded via WebTorrent, but it should be doable.

This would be a good first issue for someone to pick up if they want to see it implemented before I have a chance to get to it.