Looking at the page using Safari’s developer tools, I see a bunch of large tif files in the image resource list. When I try to load a tif directly by it’s URL, nothing loads in Safari.
For example:
https://bj?rken.se/wp-content/uploads/2015/01/Br?ddgatan-22-balkonger.tif
I was finally able to get one to load:
https://bj?rken.se/wp-content/uploads/2015/01/Br?ddgatan-22-bottenv?ning.tif
and see that it is a 8,312 x 3,308 pixel architectural drawing.
Again, I ask the question, is there a reason you’re using the tif format instead of JPG. The list of images being downloaded is huge and the one that I looked at was 788k. If they’re all that big, that’s a huge payload on that page.
I don’t know what you’re trying to accomplish with this web site, but a drawing that size isn’t going to be able to be displayed on any monitor. If you’re making the drawings available for download, it would be better to display a thumbnail of the image in jpg form, and then include a link for them to right click and download the large tiff file.
Josh, .tif or .tiff doesn’t make a difference, just as .jpg or .jpeg doesn’t. The three character versions are just a nod to old DOS filenames that were limited to 8.3 format.