сова-карусель, навигационный центр

Я использую плагин "Карусель совы", не могу найти, как разрешить навигацию по центру, с опцией autoHeight.

http://codepen.io/anon/pen/jJAHL

Я пытался, как показано ниже, но это только последняя высота.

$(this_gallery).owlCarousel({
  singleItem: true,
  autoHeight : true,
  navigation:true,
  // autoPlay : 2000,
  stopOnHover : true,
  afterAction: function() {
    var center_height = $(this_gallery).find('.owl-wrapper-outer').height();
    console.log(center_height);
    // $(this_gallery).find('.owl-buttons').css('top', center_height);
  }
});

Ответы на вопрос(3)

Ваш ответ на вопрос