diff --git a/js/widget-ezplus-directive.js b/js/widget-ezplus-directive.js index 8070ccf..d70e867 100644 --- a/js/widget-ezplus-directive.js +++ b/js/widget-ezplus-directive.js @@ -31,7 +31,7 @@ } else if (image) { element.attr('src', thumbMediumUrl); element.attr('data-zoom-image', fullSizeUrl); - angular.element(element).elevateZoom({ + angular.element(element).ezPlus({ scrollZoom: true, zoomWindowWidth: 600, zoomWindowHeight: 600,