Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
450 views
in Technique[技术] by (71.8m points)

owl carousel - ngx -owl-carousal in angular 10

I'm using ngx-owl-carousal in angular 10. I need arrow navigation on left and right side but it is shown at the bottom. can anyone help

customOptions: OwlOptions = {
loop: true,
mouseDrag: true,
autoplay:true,
center:true,
touchDrag: true,
pullDrag: true,
dots: false,
nav: true,
navSpeed: 3000,
navText: ["<i class='fa fa-chevron-left'></i>","<i class='fa fa-chevron-right'></i>"],
responsive: {
  0: {
    items: 1
  },
  400: {
    items: 3
  },
  550: {
    items: 4
  },
  740: {
    items: 4
  },
  940: {
    items: 5
  }
},

}
question from:https://stackoverflow.com/questions/65898581/ngx-owl-carousal-in-angular-10

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...