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
After upgrading to 1.7.14 some markdown I had in 1.6 stopped working

Pulling the image from the user/images folder the cropZoom would not work.
Looks like the html would render as
src="/user/images/greeter-2.jpg?cropZoom=300,450?cropZoom=300,450"
and the image would not be cropped.
Work around was to copy image to page folder and not use the php stream.
The text was updated successfully, but these errors were encountered:
Fixed markdown media operations not working when using `image:// stre…
a761df8
…am` [#3333] [#3349]
@bperry11 Should be an easy fix, please check my commit and report back.
Sorry, something went wrong.
Also, the fix should allow any other stream to be used. :)
mahagr
No branches or pull requests
After upgrading to 1.7.14 some markdown I had in 1.6 stopped working

Pulling the image from the user/images folder the cropZoom would not work.
Looks like the html would render as
src="/user/images/greeter-2.jpg?cropZoom=300,450?cropZoom=300,450"
and the image would not be cropped.
Work around was to copy image to page folder and not use the php stream.
The text was updated successfully, but these errors were encountered: