Browse Source

new Isotope, not new Masonry

pull/726/head
David DeSandro 11 years ago
parent
commit
e6ce887e80
  1. 2
      examples/right-to-left.html

2
examples/right-to-left.html

@ -109,7 +109,7 @@ docReady( function() {
( function() {
var container = document.querySelector('#stamped');
var msnry = new Masonry( container, {
var msnry = new Isotope( container, {
itemSelector: '.item',
isOriginLeft: false,
gutter: 10,

Loading…
Cancel
Save