Development

#10018 (sfDoctrineJCroppablePlugin - editable image size is not proportional)

You must first sign up to be able to contribute.

Ticket #10018 (new defect)

Opened 1 year ago

sfDoctrineJCroppablePlugin - editable image size is not proportional

Reported by: miamibc Assigned to: Rich Birch
Priority: minor Milestone:
Component: other Version: 1.4.10
Keywords: sfDoctrineJCroppablePlugin Cc:
Qualification: Unreviewed

Description

[PATCH]

Hello.

I'm not sure about is it but, or not, but all my projects with sfDoctrineJCroppablePlugin has the same problems:

- Not complete image URI in widget (i'm using subfolders for projects, so relative url root is better to be added)

- Editable image size is not proportional - used resize() GD method (it is not proportional, as I see). I found resizeSimple() whitch is much better for that.

So this patch does all the magic. Please include it in next versions, thankyou.

Attachments

diff.txt (1.7 kB) - added by miamibc on 04/03/12 20:35:22.
Patch

Change History

04/03/12 20:35:22 changed by miamibc

  • attachment diff.txt added.

Patch