twitter-archive-parser icon indicating copy to clipboard operation
twitter-archive-parser copied to clipboard

Idea: improve image display

Open twoscomplement opened this issue 3 years ago • 2 comments
trafficstars

Images can be very large and intrusive in the output - perhaps, with judicious use of <img> tags, images could have a smaller, consistent size. And could be linked to full-size images.

twoscomplement avatar Nov 14 '22 03:11 twoscomplement

IMHO that can be done when HTML output is added. But for markdown that is out of scope and should be done with css etc on the side of the markdown consumer. I am working on a simple and clean Jekyll template that should take care of that.

jwildeboer avatar Nov 14 '22 10:11 jwildeboer

For less technical users I think this proposal is a good idea as a default. Huge images could ruin their rendered markdown otherwise. We already include HTML tags for videos.

In the code we can have an option to output images with just markdown.

timhutton avatar Nov 14 '22 14:11 timhutton