@craigward
The issue could be caused by the loading="lazy" HTML attribut im <img> tag. Safari browser only supports this feature since version 16.4, or since 2023. This means that users with an older browser will not see any images.
https://caniuse.com/?search=loading%3D%22lazy%22