Stores the scrollleft and scroll top positions in cookies. Requires cookie plugin.
https://github.com/carhartl/jquery-cookie
$('.portfolio-group').storeScrollOffset();or
$('.portfolio-group').storeScrollOffset({
snap: '.portfolio-item',
padding: {
left: -10,
top: 0
}
});MIT & GPLv2