johnbmtl’s suggestion is good, it would make a good option for the carousel configuration.
On a related matter, I would suggest that if the post does not have a “feature image”, the space allocated to the image should be collapsed.
[
johnbmtl,
You could, of course, use CSS to tweak the behaviour of the carousel. I have just started trying out a few things myself. I have used;
a.carousel-slider__post-image {
display:none;
}
.carousel-slider__post-excerpt {
top:auto;
}
to suppress the “feature image” and force the “post excerpt” up under the title. The meta information needs to be dealt with too, but I haven’t got that far yet.
]