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

Image width/height messed up #1

Open
LasseRafn opened this issue Jun 11, 2014 · 0 comments
Open

Image width/height messed up #1

LasseRafn opened this issue Jun 11, 2014 · 0 comments

Comments

@LasseRafn
Copy link

Hi,

Sorry; I'm new to git and don't know how to commit to others repos.

The image are getting width as height and height as width when "inserted"

A quick fix is:

$image_height = $image_info[0];
$image_width = $image_info[1];

in upload.php, lines: 30-31

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

1 participant