How does congo resize thumbnail images exactly? #771
Answered
by
GorkemGuray
ItsSunnyMonster
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
GorkemGuray
Jan 9, 2024
Replies: 1 comment
-
Because the theme uses smartcrop by default. Here are the details. The easiest way to prevent this is to override layouts/partials/article-link.html.
If you change the smart part to center in the code above, your problem will be solved.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ItsSunnyMonster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because the theme uses smartcrop by default. Here are the details. The easiest way to prevent this is to override layouts/partials/article-link.html.
Original part:
If you change the smart part to center in the code above, your problem will be solved.
modified v…