Skip to content

Instantly share code, notes, and snippets.

@bilalucar
Created November 15, 2017 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bilalucar/df6cd71c10e72db7f6ce549959c0f91a to your computer and use it in GitHub Desktop.
Save bilalucar/df6cd71c10e72db7f6ce549959c0f91a to your computer and use it in GitHub Desktop.
Gridder
<!-- Gridder navigation -->
<ul class="gridder">
<li class="gridder-list" data-griddercontent="#content1">
<img src="http://placehold.it/600x400" />
</li>
<!-- You can also load html/ajax pages by replacing the #ID with a URL -->
<li class="gridder-list" data-griddercontent="/content.html">
<img src="http://placehold.it/600x400" />
</li>
</ul>
<!-- Gridder content -->
<div id="content1" class="gridder-content"> Content goes here... </div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment