A small suggestion:
adding width and height to <img> tags.
Motivation:
While images are loading on a page, it continues to grow in length. This can make it tricky to scroll to the last post until all images have been loaded. Adding width and height allows the browser to calculate the complete page layout without loading all images first.