TWEagle / galleriffic

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

Automatic Thumbnail #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hey,

I switched over from galleria to this because I needed multiple galleries
on a single page. One thing I liked about galleria is its "automatic"
thumbnail generation (which was just merely forcing and resizing the normal
picture). It required a lot less HTML to get going and for my purposes
worked fine. It'd be cool to have this as an option with similar markup as
galleria!

Thanks!

Original issue reported on code.google.com by someone1@gmail.com on 24 Aug 2009 at 9:46

GoogleCodeExporter commented 9 years ago
I can understand the desire, but this feature sort of defeats the purpose of
Galleriffic.  Galleriffic is optimized for performance and scalability, where 
the
full size slides are dynamically loaded after the page loads.

If your goal is simply to avoid having to generate two different sized images, 
you
can use the same image url for both the thumbnail href and the thumbnail image 
src
attributes, and scale down the thumbnails width and height using CSS.

Original comment by trentfoley on 28 Aug 2009 at 3:07