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 Title Tags to navigation #25

Open orion3dgames opened 9 years ago

webbird commented 7 years ago

+1

I use Fontawesome Icons for Navigation:

    nextText: "<span class=\"fa fa-fw fa-arrow-right\"></span>",
    prevText: "<span class=\"fa fa-fw fa-arrow-left\"></span>",
    closeText: "<span class=\"fa fa-fw fa-close\"></span>",

Good idea to use titles, too. :)