Replies: 1 comment
-
In default @include media-breakpoint-up(lg) {
.card-img-left-md img {
border-top-left-radius: $border-radius;
border-bottom-left-radius: $border-radius;
object-fit: cover;
width: 100%;
height: 100%;
}
} If you want to change this, simply override it in your child's @include media-breakpoint-up(lg) {
.card-img-left-md img {
border-top-left-radius: none;
border-bottom-left-radius: none;
object-fit: contain;
height: auto;
}
} But you can download more templates for archive, category and author https://github.com/bootscore/bs-loop-templates and add them to your child. So, there are many starting points to create your own. All demos: https://bootscore.me/theme/#loop-templates |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There is a clear behavior in sizing the featured images of a post:
BUT:
That's a bit astonishing - and ugly.
What do you think: Couldn't it be possible to shrink the featured picture inside of the teaser box while preserving the aspect ratio? I assume that you did not want to give up the idea to have been filled the complete left picture area instead of having white areas on top and under the featured picture.
If you agree with that idea, where would you improve bootscore to get such a behavior?
BR KR
Beta Was this translation helpful? Give feedback.
All reactions