Skip to content

Instantly share code, notes, and snippets.

@theskillwithin
Created December 30, 2015 19:08
Show Gist options
  • Save theskillwithin/b39dfc6171e102158129 to your computer and use it in GitHub Desktop.
Save theskillwithin/b39dfc6171e102158129 to your computer and use it in GitHub Desktop.
$('.mainItemImagefancybox').fancybox({
'type': 'image',
afterLoad: function () {
$('#fancybox-thumbs').appendTo('.fancybox-skin');
$('#fancybox-thumbs').css('position','relative');
console.log('test');
},
helpers: {
thumbs : {
position: 'top',
width: 88,
height: 66
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment