Skip to content

BS-Carousel may overlap the following content #504

Description

@wini2

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.

Image

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')}**">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions