John, this is what I'm seeing in the console when loading the page.
Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure element '<URL>'. This request was automatically upgraded to HTTPS, For more information see <URL>
posting.php:847 GET
https://goldeneramodel.com/mymodels/yak ... 91yak3.jpg net::ERR_CONNECTION_REFUSED
...
The image requests are getting automatically converted to HTTPS and goldeneramodel.com doesn't support HTTPS. So essentially the browser doesn't support loading insecure images from a secure page. Browsing on my iPhone does apparently because all the pics are there.
EDIT: A little more research - some browsers/platforms allow PASSIVE insecure content such as images. This is why the iOS chrome works.