You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have small advice for better styling inside main slider div tag.
To first div inside slider div tag (with stransition, width and transform styling) is better to add class or next style flex.
It can help if You want to have the same slide height (with different content length - including bootstrap, bulma, etc.).
Issue for flat js: this.sliderFrame=document.createElement("div"), this.sliderFrame.classList.add("siema_inner") //here adding class, this.sliderFrame.style.width=e*t+"px",this.enableTransition(),this.config.draggable&&(this.selector.style.cursor="-webkit-grab");
The text was updated successfully, but these errors were encountered:
Hi Paweł,
I have small advice for better styling inside main slider div tag.
To first div inside slider div tag (with stransition, width and transform styling) is better to add class or next style flex.
It can help if You want to have the same slide height (with different content length - including bootstrap, bulma, etc.).
Issue for flat js:
this.sliderFrame=document.createElement("div"), this.sliderFrame.classList.add("siema_inner") //here adding class, this.sliderFrame.style.width=e*t+"px",this.enableTransition(),this.config.draggable&&(this.selector.style.cursor="-webkit-grab");
The text was updated successfully, but these errors were encountered: