I see you are using a new forum template, that has a LOT of shortcomings I had fixed over a decadea ago. One big one is how excessively large images are forced into side scrolling.
For those of you using Stylus to apply user styles, the fix is:
.bbc_img {
max-width:100%;
height:auto;
}
}
For whoever's handling the current web presence, could you please add that to one of the stylesheets used? (also three stylesheets and no media targets? REALLY?)
Also this is 2023, some <link rel="preload"> wouldn't hurt.