Note that there are some explanatory texts on larger screens.

plurals
  1. POjQuery ContentFlow does not load all images
    text
    copied!<p>I have integrated a ContentFlow slideshow into my website.</p> <ul> <li>contentflow: <a href="http://www.jacksasylum.eu/ContentFlow/" rel="nofollow">http://www.jacksasylum.eu/ContentFlow/</a></li> <li>test site: <a href="http://www.bennoerni.ch/test.html" rel="nofollow">http://www.bennoerni.ch/test.html</a></li> </ul> <p>The problem is: The slideshow does not load all images. (See test link above).</p> <p>The problem has already been described here:</p> <ul> <li><a href="http://www.jeremyckahn.com/blog/?p=61" rel="nofollow">http://www.jeremyckahn.com/blog/?p=61</a></li> <li><a href="http://code.google.com/p/contentflow/issues/detail?id=3" rel="nofollow">http://code.google.com/p/contentflow/issues/detail?id=3</a></li> </ul> <p>The suggested solution "use v.1.0.0" does not work in my site. If I do so, the height of the contentflow div is not large enough - it hides half the slideshow. And I could not get it bigger via CSS.</p> <p>I spent a fair amount of time searching for the bug. I found the line that changes the behaviour between v.1.0.0 and v.1.0.2. (line 452 in v.1.0.2)</p> <pre><code>this.content.onload = window.setTimeout(foobar, 100); </code></pre> <p>v.1.0.0</p> <pre><code>this.content.onload = foobar; </code></pre> <p>I also tried all the code pieces in the google code link above. Could not get it working.</p> <p>I would highly appreciate any help!</p> <p>I think the easiest would be to use v.1.0.0 and try to fix the CSS. But I don't know how to do this because the CSS is set by ContentFlow.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload