TYPO3-Version
14.3
t3sbootstrap-Version
5.3.45
What happened?
When using thumbnails for bs-carousel, the display of the thumbnails may obscure the content underneath.
Expected behavior
Possible solution: compensate the negative margin if thumbnails are selected.
<div id="carousel-{data.uid}" class="carousel slide mx-auto{carouselFade}" data-bs-ride="carousel"
data-bs-interval="{f:if(condition: interval,then: '{interval}', else:'5000')}"
style="{f:if(condition:'{maxWidth}',then:' max-width: {maxWidth}')};
**{f:if(condition:'{thumbnails}',then:' margin-bottom: 100px')}**">
TYPO3-Version
14.3
t3sbootstrap-Version
5.3.45
What happened?
When using thumbnails for bs-carousel, the display of the thumbnails may obscure the content underneath.
Expected behavior
Possible solution: compensate the negative margin if thumbnails are selected.