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
<OwlCarousel
className="active-testimonial"
items= {2}
loop
margin= {30}
autoplayHoverPause
dots
autoplay
nav
navText= {this.navText}
responsive= {{
0: {
items: 1
},
480: {
items: 1,
},
768: {
items: 2,
}
}}
>
<div className="single-testimonial item d-flex flex-row">
<div className="thumb">
<img
className="img-fluid"
src={this.state.base_url+"assets/img/elements/user1.png"}
alt=""
/>
</div>
<div className="desc">
<p>
Do you want to be even more successful? Learn to love
learning and growth. The more effort you put into
improving your skills, the bigger the payoff you.
</p>
<h4>Harriet Maxwell</h4>
<p>CEO at Google</p>
</div>
</div>
<div className="single-testimonial item d-flex flex-row">
<div className="thumb">
<img
className="img-fluid"
src={this.state.base_url+"assets/img/elements/user2.png"}
alt=""
/>
</div>
<div className="desc">
<p>
A purpose is the eternal condition for success. Every
former smoker can tell you just how hard it is to stop
smoking cigarettes. However.
</p>
<h4>Carolyn Craig</h4>
<p>CEO at Facebook</p>
</div>
</div>
</OwlCarousel>
The text was updated successfully, but these errors were encountered:
I need to add nav buttons to my owlCarousel.
Here's a sample code:
The text was updated successfully, but these errors were encountered: