I'm using this plugin:
- Open the plugin
- if u click an image it opens up a big one. when you closing it, the BODY should scroll up.
I want to make scroll to the top on click close.!
perhaps:
adding a class self.$item.addClass( 'not-expanded' );
could work?but doesn't.
if ($('.not-expanded').is(':visible')) {
$('html').animate({top:'110px'}, 800 );
}