This is bootstrap default carousel you can know more about it by visiting this URL https://getbootstrap.com/docs/4.0/components/carousel/#slides-only
This is bootstrap default carousel you can know more about it by visiting this URL https://getbootstrap.com/docs/4.0/components/carousel/#with-controls
This is bootstrap default carousel you can know more about it by visiting this URL https://getbootstrap.com/docs/4.0/components/carousel/#with-indicators
This is bootstrap default carousel you can know more about it by visiting this URL https://getbootstrap.com/docs/4.0/components/carousel/#with-captions
use .spec-carousel-img .owl-carousel as main class you can wrap this class in .col-md-12 for adaptable width changes then simply add images using img tag.
use .spec-carousel-img .owl-carousel data-carousel-options="{"transitionStyle": "fade"}" as main class you can wrap this class in .col-md-12 for adaptable width changes then simply add images using img tag.
use .spec-carousel-img .owl-carousel data-carousel-options="{"transitionStyle": "backSlide"}" as main class you can wrap this class in .col-md-12 for adaptable width changes then simply add images using img tag.
use .spec-carousel-img .owl-carousel data-carousel-options="{"transitionStyle": "goDown"}" as main class you can wrap this class in .col-md-12 for adaptable width changes then simply add images using img tag.
use .spec-carousel-img .owl-carousel data-carousel-options="{"transitionStyle": "fadeUp"}" as main class you can wrap this class in .col-md-12 for adaptable width changes then simply add images using img tag.