kthornbloom / Smoothproducts

A simple, lightweight and responsive product image viewer using jQuery
kthornbloom.com/smoothproducts
185 stars 89 forks source link

Trying to add zoom out on mouseout #7

Closed Cozmoz closed 9 years ago

Cozmoz commented 10 years ago

Hi there,

I am trying to add a zoom out on mouseout function but it doesn't seem to be working, any help would be appreciated. I have currently added the following code after the existing zoom out function:

        $('.sp-large').mouseout(function() {
            $('div.sp-full-screen').remove();
            $('div.sp-zoom').remove();
        });

Thanks!

kthornbloom commented 9 years ago

Solved in version 2.0.0!