Mar
23
Gallery functionality
This functionality was actually intended to be a part of the first release of the Easy front-end framework, but due to a lack of time I decided to publish Easy without it. I added it now, so all of you, dear user can now create galleries.
Gallery functionality is built on top of the $.easy.popup() function. It is actually a way of “connecting” a group of thumbnails into gallery by simply adding one more class name called gallery. If you want to have multiple galleries on one page you need to add additional class name for each group. The value of the class attribute should look something like this class=”popup gallery cars”.
I wrote an article on CSS Globe about how to create a gallery and you can also visit the demo page.