-
Is there a way to get thumbnails to display properly on the /blog page? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
h-enk
Feb 25, 2025
Replies: 2 comments 1 reply
-
The For now, add to // Put your custom SCSS code here
img {
max-width: 100%;
height: auto;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pokwir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
img-fluid
class got droppped out. I will readd it in the upcoming version of@thulite/doks-core
.For now, add to
assets/scss/common/_custom.scss
: