Fix the size of images so that the feed page doesn't reflow during reading.

When reading the feed page if the images for a feed take a while to load the page will often reflow. This is particularly annoying when a post that’s already been passed through and marked read continues to load images making the page seem to scroll by itself.

The solution would be to alter the tags in posts to include fixed width and height attributes so as to make the post be the correct size from the beginning.

1 Like

Not sure that’s the right solution. A better solution is to fix positions. It’s called a buffered list and it’s a pain to implement. It’s on my priority list, and it’ll mean super fast scrolling of the Feed view.