We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: