ImageMagic Generation for Multiple Languages #7
Closed
DavidKrassnig
started this conversation in
General
Replies: 2 comments 1 reply
-
I have never noticed this. Good point, I will definitely take a look, but currently no idea. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed this with this commit. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @george-gca,
There's something I noticed which I wanted to ask you about: when you generate a site with multiple languages, ImageMagic generates scaled down versions of each image for each language. This causes a massive slowdown for n>2 languages (not to mention a waste of space).
Regular, non-downscaled images are correctly read directly from the
assets/img/
folder without localisation; but the ImageMagick plugin seems to not have gotten the memo. I've taken a look, but I can't see an obvious way on how to fix this. Any ideas?Edit: I mean, one could always just disable the plugin, but apparently some people get issues when this is done? (the
_config.yml
refers to issue #537 from alshedivat/al-folio)Beta Was this translation helpful? Give feedback.
All reactions