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

resize images #5

Closed
proximo7 opened this issue Apr 25, 2020 · 1 comment
Closed

resize images #5

proximo7 opened this issue Apr 25, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@proximo7
Copy link

Is there any way to resize images pulled from the Instagram feed? We're displaying them at about 250px but the images are about 1200px which causes a big performance hit.

@jsmrtn
Copy link
Owner

jsmrtn commented Apr 25, 2020

You would need to use a plugin that enables you to make transforms on remote URLs, like Imager X.

The basic display API only returns a single size image in media_url (unlike the previous version that returned named sizes), so there isn’t anything I can do in this plugin, unfortunately.

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

No branches or pull requests

2 participants