• hellboy80

    (@hellboy80)


    Doeas anybody know how to create thumbnail grid view like this?
    https://themes.premiumpixels.com/garnish/
    Is there some easy way? Perhaps some plugin?

    I’m building a webpage with my photo portfolio. I installed nice plugin for photo gallery slideshow which i just embed into page. I have a different slideshows in different pages. Now I need to create this thumbnail grid view of all my photo shlideshow pages.

Viewing 1 replies (of 1 total)
  • Gary Darling

    (@garydarling)

    It’s just some basic CSS applied to an unordered list. Use your browsers Developer Tools to examine the styles used and apply it to your own. In a nutshell:
    Create a <ul> and give it a width that works for your page
    The images are inside <li>‘s that are all floated left. The list items have fixed widths and margins applied so there is some white space between them.

    Voila – you’re done.

Viewing 1 replies (of 1 total)
  • The topic ‘How to create thumbnail grid view like this?’ is closed to new replies.