Skip to content

Instantly share code, notes, and snippets.

@Zodiase
Created February 3, 2016 07:51
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 Zodiase/fe5d4c42a8bb9ebe993d to your computer and use it in GitHub Desktop.
Save Zodiase/fe5d4c42a8bb9ebe993d to your computer and use it in GitHub Desktop.
Waterfall Layout Demo HTML Code
<div class="waterfall" column-width="300">
<ul class="waterfall-list">
<li class="waterfall-item">
<div class="waterfall-item-wrapper">
<img src="someurl" width="300" height="140">
<!-- anything else you want inside one clip -->
</div>
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment