TWEagle / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 0 forks source link

Load from query #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I am trying to use this running the list of pics from a query.
It seems to run OK once loaded, but it displays all of the captions until
the page finishes.  Here is an example: http://www.bloodbanktalk.com/dilbert/.
This page will be over 7,000 images long when done.  Is this something
gallerific can handle?

Thanks, Cliff

Original issue reported on code.google.com by dilber...@gmail.com on 1 Sep 2009 at 7:51

GoogleCodeExporter commented 9 years ago
I'll be curious to see how Galleriffic does with 700 images.  I honostly have 
never
tested it with that many.

Regarding the captions showing before the page completes loading, you may want 
apply
a style in the galleriffic.css to hide these like such:

ul.thumbs div.caption { display: none; }

Once the page loads, Galleriffic removes the caption divs, and so the style 
above
will only be applied while we wait for the page to complete loading when the 
captions
are still children of the ul.thumbs element.

Original comment by trentfoley on 2 Sep 2009 at 4:19

GoogleCodeExporter commented 9 years ago
From trent "I'll be curious to see how Galleriffic does with 700 images.  I 
honestly
have never tested it with that many."

Well, perhaps it's my query logic, but it's actually a rather simple query - 
it's not
performing well right now.  I have just over 1,600 images so far.
I'm using it in a Cold Fusion page.
If you're interested in developing it for use with queries, I'll be happy to 
give you
access to the pages that run it if you want to try and tweak it.

Cliff

Original comment by cl...@pathlabtalk.com on 4 Sep 2009 at 1:26