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
I'm running Windows. When I try to use the mthumb class, it doesn't load the img.
I downloaded the entire project (including the test), and I ran it, and nothing happened.
Here is a picture of my problem:
And here is a picture of the project structure:
The text was updated successfully, but these errors were encountered:
Hi sebastiandonastor . Do you tried with the absolute route? Ex. <img src="/mthumb.php?src=http://misite/image/ejample.png&w=200&h200">
<img src="/mthumb.php?src=http://misite/image/ejample.png&w=200&h200">
Sorry, something went wrong.
Same issue we face, Image won't load.
I havw thw same issue, the tests.php will always give a url of http://localhost/mthumb-master/mthumb.php?src=/tests/small.jpg&w=100&h=100. even when the absolute address is used. e.g. .
tests.php was moved to the same folder as mthumbs.php. I am testing on Windows 10 with IIS and php. Any help would be appreciated.
No branches or pull requests
I'm running Windows. When I try to use the mthumb class, it doesn't load the img.
I downloaded the entire project (including the test), and I ran it, and nothing happened.
Here is a picture of my problem:
And here is a picture of the project structure:
The text was updated successfully, but these errors were encountered: