BBH gallery page has missing images

Issue #2033 closed
Ian Hinder created an issue

The BBH gallery page (http://einsteintoolkit.org/gallery/bbh/index.html) on the new website has two images (hright.jpg and Strain_sm.png) missing.

Keyword:

Comments (8)

  1. Frank Löffler
    • removed comment

    I am not sure what you mean with missing. They seem to be there, and I can see them on the page.

  2. Barry Wardell
    • removed comment

    I also see those as missing. I think what happened is that there are high resolution versions and standard resolution versions. It looks like only the standard resolution version of the images are there and the HiDPI versions (which are used by e.g. Safari on retina MacBooks) are missing.

  3. Barry Wardell
    • removed comment

    In fact, now that I look closer it looks like almost all of the images on that page have problems. If you look back at the source from the old website (e.g. rev 1639 from svn) you can see that there were two versions of all images on the page and we used srcset inside the img tag. This is now gone, and only one resolution of each image appears to have been kept.

  4. Barry Wardell
    • removed comment

    Thanks. This fixes the biggest problem, which is that the images weren't displaying on some browsers. We should also restore the other missing images and the srcset attribute to the img tags. I'm happy to take care of this if someone can point me at instructions for updating the new version of the website.

  5. Roland Haas
    • removed comment

    Can you try:

    git clone https://bitbucket.org/einsteintoolkit/www
    

    ? Since you are a member of the "Einstein Toolkit" group you should have access.

  6. Log in to comment