From 9d45a9f088c8d9719f657497623b0fb461a5411d Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Thu, 19 Dec 2024 13:25:29 +0200 Subject: [PATCH] * fixed scalable attribute for cropper; --- assets/js/common-frontend.js | 3 +++ assets/js/common-frontend.min.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/js/common-frontend.js b/assets/js/common-frontend.js index fef49375..373bacb5 100644 --- a/assets/js/common-frontend.js +++ b/assets/js/common-frontend.js @@ -57,6 +57,7 @@ UM.frontend = { zoomable: false, rotatable: false, dashed: false, + scalable: false }; } else if ( 'cover' === crop_data ) { if ( Math.round( min_width / ratio ) > 0 ) { @@ -70,6 +71,7 @@ UM.frontend = { zoomable: false, rotatable: false, dashed: false, + scalable: false }; } else if ( 'user' === crop_data ) { opts = { @@ -80,6 +82,7 @@ UM.frontend = { zoomable: false, rotatable: false, dashed: false, + scalable: false }; } diff --git a/assets/js/common-frontend.min.js b/assets/js/common-frontend.min.js index aae402d3..5529d788 100644 --- a/assets/js/common-frontend.min.js +++ b/assets/js/common-frontend.min.js @@ -1 +1 @@ -"object"!=typeof window.UM&&(window.UM={}),"object"!=typeof UM.frontend&&(UM.frontend={}),UM.frontend={cropper:{obj:null,init:function(){var o=jQuery(".um-modal .um-single-image-preview img").first();if(o.length&&""!==o.attr("src")){UM.frontend.cropper.obj&&UM.frontend.cropper.destroy();var t=jQuery(".um-modal .um-single-image-preview"),r=o.parent().data("crop"),n=o.parent().data("min_width"),i=o.parent().data("min_height"),a=o.parent().data("ratio"),d=jQuery(".um-modal").find("#um_upload_single").data("ratio"),d=(d&&(a=d.split(":")[0]),jQuery(window).height()-(jQuery(".um-modal-footer a").height()+20)-50-jQuery(".um-modal-header:visible").height());o.css({height:"auto"}),t.css({height:"auto"}),jQuery(window).height()<=400?(t.css({height:d+"px","max-height":d+"px"}),o.css({height:"auto"})):(o.css({height:"auto","max-height":d+"px"}),t.css({height:o.height(),"max-height":d+"px"}));let e;"square"===r?e={minWidth:n,minHeight:i,dragCrop:!1,aspectRatio:1,zoomable:!1,rotatable:!1,dashed:!1}:"cover"===r?(0