Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Remove jquery function (for the AnythingZoomer plugin) Re: Remove jquery function (for the AnythingZoomer plugin)

#91557
Mottie
Member

There isn’t any code to completely disable the zoomer plugin, but you could make it automatically show the large version using this code:

$('#zoom').data('zoomer').showLarge();

To switch it back to the small version use:

$('#zoom').data('zoomer').showSmall();