2019-09-06, 08:50 PM
When you load a forum page that has a lot of image posts on it, the site will jump all over the place while the images load, and you don't end up at the post you actually clicked on.
My suggestion: Make the website automatically fetch the dimensions of each image in a post and automatically add them to the generated <img> tags so that the images will occupy their full size even before they are loaded.
This could be done via Javascript when the image is inserted in the editor or server-side once a post is sent. Would only have to be once for every image too.
It's not a huge issue, but a bit of an annoyance.
My suggestion: Make the website automatically fetch the dimensions of each image in a post and automatically add them to the generated <img> tags so that the images will occupy their full size even before they are loaded.
This could be done via Javascript when the image is inserted in the editor or server-side once a post is sent. Would only have to be once for every image too.
It's not a huge issue, but a bit of an annoyance.