Replies: 1 comment 1 reply
-
imageUrl is pointing to the 160px version of the cover. The way I went about this was to replace the ._SY160 in the
|
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
-
No matter what I do in the template, my image URL consistently pulls up 160-sized images. I know I can get better image quality by having the end of the URL direct to the correct size. I must be messing up the code, so I'd appreciate some input. Here's my most recent attempt:
{% if imageUrl %}![|300]({{imageUrl}}){% endif %}
Also, thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions