Bálint Ujvári
Results
1
issues of
Bálint Ujvári
Hi In the initial-slider.js file you have this code: ```javascript if (this.props.centerMode) { let currentWidth = `${childrenWidths[this.state.currentSlide]}px`; trackStyle.left = `calc(${trackStyle.left} + (100% - ${currentWidth}) / 2 ) `; } ```...