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

MARKDOWNX_IMAGE_MAX_SIZE not respected #65

Closed
busla opened this issue May 2, 2017 · 3 comments
Closed

MARKDOWNX_IMAGE_MAX_SIZE not respected #65

busla opened this issue May 2, 2017 · 3 comments
Assignees
Labels

Comments

@busla
Copy link

busla commented May 2, 2017

Specs:

  • Python 3.5.2
  • Django 1.11
  • Markdownx 2.0.17 (from pypi)

The uploaded images are never resized. Here is my config:

MARKDOWNX_IMAGE_MAX_SIZE = {
'size': (500, 500),
'quality': 90
}

@xenatisch
Copy link
Collaborator

You sure it's 2.6.8? The latest release is 2.0.17 !

@busla
Copy link
Author

busla commented May 2, 2017

Oops, was looking at markdown 😟

I´m using 2.0.17

@xenatisch xenatisch self-assigned this May 2, 2017
@xenatisch
Copy link
Collaborator

Ok... I'll check all your reports in a few hours.

@adi- adi- closed this as completed in 14f6748 May 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants