Images shown in notes are resized and compressed, but there's no way to zoom in to see them in original/larger size.
It would be cool to have a way to click on images and see them in higher resolution (as long as there's a higher resolution available).
Here is an example pure-JS library replicating the lightbox of medium: https://github.com/francoischalifour/medium-zoom demo here https://medium-zoom.francoischalifour.com/
Minified file seems to weight 9KB uncompressed.
Thanks for your work on microblog.pub :)
Hey,
Thanks! And thank you for your feedback.
This is indeed missing, but it won't be implemented using JS. I think we would so something similar to what Nitter (https://nitter.net/) is doing, make the media a link to the original/raw media (but still proxied).
I hope it makes sense, I'm trying to give this a shot right now!
Thanks!
I just push a tiny update that allows to click on a picture to see the original image.