This is an awesome plugin!
Is there a way to limit the entire wall towards certain height and then use jquery.scroll.to to scroll within that wall (div) such as wrapper?
freewall.free-wall
#mainwrapper
....rest of the images layout to show images....
script
var wall = new freewall("#freewall");
wall.reset({
selector: '.cell',
animate: false,
delay: 50,
onResize: function(){
wall.fitWidth();
}
});
wall.fitWidth();
// for scroll bar appear;
$(window).trigger("resize");
$('#mainwrapper').ScrollTo();
Hi,
This is an awesome plugin! Is there a way to limit the entire wall towards certain height and then use jquery.scroll.to to scroll within that wall (div) such as wrapper?
freewall.free-wall
Much appreciated- Jatin