
I would like to implement a homepage image display effect on my Flarum forum similar to the reference image (which I have pixelated to protect the privacy of another forum):
1.Image previews on the homepage: Posts with images should display previews on the homepage (I have already installed and enabled the fof/synopsis plugin for this purpose).
2.Limit to three images: Even if a post contains more than three images, only a maximum of three should be displayed on the homepage.
3.Fixed height with adaptive scaling: It appears that the image display height is fixed, with images scaling adaptively to fit this height while maintaining their aspect ratios.
4.Horizontal layout: The image previews on the homepage are arranged horizontally, unlike the default vertical layout of the synopsis plugin (which often stretches image posts and looks unattractive).
I am curious whether this effect is achieved through a specific plugin or by combining the synopsis plugin with custom CSS adjustments.
I have spent several days trying to achieve a satisfactory result using the synopsis plugin + custom CSS, but have not yet been successful. Any guidance would be greatly appreciated!