Forum Replies Created

Viewing 1 replies (of 1 total)
  • a roundabout is

    1. uncheck/disable the loading-gif in de settings of the album

    2. change the CSS (browser > inspector)
    #pfhub_portfolio_content_2 .og-grid li > a > img {
    max-width: none;
    max-height: none;
    }

    from none to 100%:

    #pfhub_portfolio_content_2 .og-grid li > a > img {
    max-width: 100%;
    max-height: 100%;
    }

    Seems to be a jquery problem with the laoding function of
    the loading-gif (hiding) already being executed before we reach this point and the function will never be called (again) and leaving us behind with the loading-gif on the page`

    • This reply was modified 4 years, 4 months ago by joekelille.
Viewing 1 replies (of 1 total)