Resize problem
-
Hi,
When I read Dropzone documentation. I understand that if I put only one of the resizeWeight or resizeHeight, it will keep aspect ratio. So I understand that if I put both, my image will distort.
No matter if I put one of them or both, I never get the appropriate size.
So I need to have an image absolutely 1920×507.
My test jpg (and I tried many) for this example is 2000×1500.
I used resize-width=”1920″ resize-height=”507″.
When I upload the image, I get an image of 676×507…
This is exactly as if I had used only resize-height=”507″.
I was expecting a distorted image of 1920×507.
I didn’t used resize-method=”contain” nor resize-method=”crop”, but I tried them too.
The “contain” mode has the exact same results as described above. And “crop” has the right size, but it’s missing parts, which is expected but not what I want.
Any clue what to do in this case ?
Kind regards,
The page I need help with: [log in to see the link]
- The topic ‘Resize problem’ is closed to new replies.