orion3dgames / gridder

A jQuery plugin that displays a thumbnail grid expanding preview similar to the effect seen on Google Images.
http://orion3dgames.github.io/gridder/
461 stars 130 forks source link

Adding a themes system. #27

Open orion3dgames opened 9 years ago

orion3dgames commented 9 years ago

Css is a mess at the moment. It works but they are no logic whatsoever.

webbird commented 7 years ago

👍 I'd like to use the Gridder on a table, problem is, the gridder content item is always inserted as a div. So theming should not only affect the CSS but also the HTML markup. I like this plugin very much and would be happy to help enhancing it if I am able to. :)

webbird commented 7 years ago

I added templating options for showNav and expander output.

https://github.com/webbird/gridder/commit/38e92c9250854329faba2449f47cb44adf290b39

I'm still having a problem disabling prev and next links but the templating itself works for me.