Fullpage.js: The slide class from bootstrap carousel is in conflict with fullPage.js

Created on 20 May 2015  路  2Comments  路  Source: alvarotrigo/fullPage.js

in bootstrat the carousel component has a class called slide, <div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> because of this class on resize fullpage wraps it in divs with class fp-slides

Most helpful comment

Use the option slideSelector and choose another selector for your fullpage.js classes rather than .slide.

All 2 comments

Use the option slideSelector and choose another selector for your fullpage.js classes rather than .slide.

Also you can set display to grid system to fixed from top carousel

.fullpage .fp-section.fp-table,
.fullpage .fp-slide.fp-table {
display: grid;
table-layout: fixed;
width: 100%;
vertical-align:bottom;
}

Was this page helpful?
0 / 5 - 0 ratings

Related issues

festwertspeicher picture festwertspeicher  路  4Comments

LukeCarlThompson picture LukeCarlThompson  路  4Comments

meceware picture meceware  路  3Comments

rslcdmc picture rslcdmc  路  3Comments

pigerla picture pigerla  路  4Comments