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

Media operations not working when using image:// stream #3349

Closed
bperry11 opened this issue May 6, 2021 · 2 comments
Closed

Media operations not working when using image:// stream #3349

bperry11 opened this issue May 6, 2021 · 2 comments
Assignees

Comments

@bperry11
Copy link

bperry11 commented May 6, 2021

After upgrading to 1.7.14 some markdown I had in 1.6 stopped working

![Church Greeter Smiling](image://greeter-2.jpg?cropZoom=350,400)

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.

@mahagr
Copy link
Member

mahagr commented May 7, 2021

@bperry11 Should be an easy fix, please check my commit and report back.

@mahagr
Copy link
Member

mahagr commented May 7, 2021

Also, the fix should allow any other stream to be used. :)

@mahagr mahagr closed this as completed May 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants