knuxify / fxtumblr

Make Tumblr embeds on other websites way better. Like TwitFix/fxtwitter, but for Tumblr.
https://tpmblr.com
MIT License
16 stars 2 forks source link

Split tall images into horizontal chunks #9

Open knuxify opened 1 year ago

knuxify commented 1 year ago

Currently, when a thread is very long, the render becomes hard to read:

image

Add a feature to split the image horizontally.

knuxify commented 12 months ago

I've had some time to think about this, and imo the best course of action would actually be to just roll up the post above a specific height (roughly calculated from the height of the individual elements), and re-use the unroll function for those who want to see the whole post regardless.

knuxify commented 10 months ago

Another idea I had related to this - for long posts, we could add a "buffer" page that is just the rendered thread with some minor changes (the page is centered, video embeds actually work, use iframe embeds, etc.) and a link to redirect to the Tumblr post. This way users don't have to log in to see the whole post before the login-wall kicks in. (We could also make this a default option by either setting an URL parameter or through an user preference stored in the browser cookies; FixTweet has something similar for some options, could be cool to add a settings page.)