Actually it is necessary that there was one slide with a fixed height on the screen, how to implement - I don’t know ... Maybe someone has worked with this script? You can look at his work here, I tried to do but nothing happened. http://ravlextest.freeoda.com/

    1 answer 1

    How did this not work out? It seems everything is clear - change the height in css:

    .owl-carousel .owl-item { height: 400px; } 

    The number of slides is initialized in js:

     $(document).ready(function(){ $('.owl-carousel').owlCarousel({ center: true, items:1, loop:true, margin:10, }); });