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

Increase thumbnail resolution when using a SQL db to store thumbnails #560

Open
bulam opened this issue Jun 2, 2020 · 1 comment
Open
Assignees

Comments

@bulam
Copy link
Collaborator

bulam commented Jun 2, 2020

When using a SQL db to store post thumbnail images in base64 format, the field is only limited to 65K characters, which limits the thumbnail resolution to 125px X 125px here, which is too low for modern screens.

Similar to this PR, we need to upgrade the field to MediumText here
and then increase the resolution here

Note, after updating to MediumText, a db table for an existing knowledge repo instance will have to be migrated to use MediumText as well

@bulam bulam assigned bulam and naoyak Jun 2, 2020
@naoyak
Copy link
Collaborator

naoyak commented Jun 5, 2020

See also #432

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants