Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resize image not working #812

Closed
viap opened this issue Mar 19, 2014 · 2 comments
Closed

Resize image not working #812

viap opened this issue Mar 19, 2014 · 2 comments

Comments

@viap
Copy link

viap commented Mar 19, 2014

When i try to chage image size i receive error: errCmdParams, because script send request for resize image without "w" and "h" params.

In HTML resize type buttons doesn't have value, values reset on line:
uitype.buttonset();

I use elfinder 2.1 version, it conflict with bootstrap.js.

@rickerd
Copy link

rickerd commented May 21, 2014

See issue #740 (Fixed it for me!)

@tofeeq
Copy link

tofeeq commented Jul 9, 2015

you just need to set the default option for re size

change code

save = function() {
var w, h, x, y, d;
var mode = $('input:checked', uitype).val();

to

save = function() {
var w, h, x, y, d;
var mode = $('input:checked', uitype).val() || 'resize';

on line 10788 onwards

@lovesia
Copy link

lovesia commented Jul 9, 2015

NAVER - http://www.naver.com/

lovesin83@naver.com 님께 보내신 메일 <Re: [elFinder] Resize image not working (#812)> 이 다음과 같은 이유로 전송 실패했습니다.


받는 사람이 회원님의 메일을 수신차단 하였습니다.


@nao-pon nao-pon closed this as completed Mar 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants